NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds plane wise parameters(extended) of a buffer.
Definition at line 299 of file nvbufsurface.h.
Data Fields | |
NvBufSurfaceDisplayScanFormat | scanformat [NVBUF_MAX_PLANES] |
display scan format - progressive/interlaced. More... | |
uint32_t | secondfieldoffset [NVBUF_MAX_PLANES] |
offset of the second field for interlaced buffer. More... | |
uint32_t | blockheightlog2 [NVBUF_MAX_PLANES] |
block height of the planes for blockLinear layout buffer. More... | |
uint32_t | physicaladdress [NVBUF_MAX_PLANES] |
physical address of allocated planes. More... | |
uint64_t | flags [NVBUF_MAX_PLANES] |
flags associated with planes More... | |
void * | _reserved [STRUCTURE_PADDING *NVBUF_MAX_PLANES] |
void* NvBufSurfacePlaneParamsEx::_reserved[STRUCTURE_PADDING *NVBUF_MAX_PLANES] |
Definition at line 312 of file nvbufsurface.h.
uint32_t NvBufSurfacePlaneParamsEx::blockheightlog2[NVBUF_MAX_PLANES] |
block height of the planes for blockLinear layout buffer.
Definition at line 306 of file nvbufsurface.h.
uint64_t NvBufSurfacePlaneParamsEx::flags[NVBUF_MAX_PLANES] |
flags associated with planes
Definition at line 310 of file nvbufsurface.h.
uint32_t NvBufSurfacePlaneParamsEx::physicaladdress[NVBUF_MAX_PLANES] |
physical address of allocated planes.
Definition at line 308 of file nvbufsurface.h.
NvBufSurfaceDisplayScanFormat NvBufSurfacePlaneParamsEx::scanformat[NVBUF_MAX_PLANES] |
display scan format - progressive/interlaced.
Definition at line 302 of file nvbufsurface.h.
uint32_t NvBufSurfacePlaneParamsEx::secondfieldoffset[NVBUF_MAX_PLANES] |
offset of the second field for interlaced buffer.
Definition at line 304 of file nvbufsurface.h.