PlaneInfo#

Fully qualified name: cupva::mem::PlaneInfo

Defined in src/host/shared/include/install/cupva_host_common.hpp

struct PlaneInfo#

Plane info.

Describes the layout of a plane within a surface.

Public Members

int64_t offset#

plane offset in bytes from the device pointer base

int32_t linePitch#

line pitch in bytes

int32_t widthInBytes#

width in bytes

int32_t height#

height in rows