Holds plane parameters to map the buffer received from another process.
Definition at line 542 of file nvbufsurface.h.
Data Fields | |
uint32_t | width |
Holds the widths of planes. More... | |
uint32_t | height |
Holds the heights of planes. More... | |
uint32_t | pitch |
Holds the pitches of planes in bytes. More... | |
uint32_t | offset |
Holds the offsets of planes in bytes. More... | |
uint32_t | psize |
Holds the sizes of planes in bytes. More... | |
uint32_t | secondfieldoffset |
Holds offset of the second field for interlaced buffer. More... | |
uint32_t | blockheightlog2 |
Holds block height of the planes for blockLinear layout buffer. More... | |
uint64_t | flags |
Holds flags associated with the planes. More... | |
uint8_t | reserved [64] |
Reserved. More... | |
uint32_t NvBufSurfaceMapPlaneParams::blockheightlog2 |
Holds block height of the planes for blockLinear layout buffer.
Definition at line 557 of file nvbufsurface.h.
uint64_t NvBufSurfaceMapPlaneParams::flags |
Holds flags associated with the planes.
Definition at line 559 of file nvbufsurface.h.
uint32_t NvBufSurfaceMapPlaneParams::height |
Holds the heights of planes.
Definition at line 547 of file nvbufsurface.h.
uint32_t NvBufSurfaceMapPlaneParams::offset |
Holds the offsets of planes in bytes.
Definition at line 551 of file nvbufsurface.h.
uint32_t NvBufSurfaceMapPlaneParams::pitch |
Holds the pitches of planes in bytes.
Definition at line 549 of file nvbufsurface.h.
uint32_t NvBufSurfaceMapPlaneParams::psize |
Holds the sizes of planes in bytes.
Definition at line 553 of file nvbufsurface.h.
uint8_t NvBufSurfaceMapPlaneParams::reserved[64] |
Reserved.
Definition at line 561 of file nvbufsurface.h.
uint32_t NvBufSurfaceMapPlaneParams::secondfieldoffset |
Holds offset of the second field for interlaced buffer.
Definition at line 555 of file nvbufsurface.h.
uint32_t NvBufSurfaceMapPlaneParams::width |
Holds the widths of planes.
Definition at line 545 of file nvbufsurface.h.