Holds plane wise parameters(extended) of a buffer.
Definition at line 366 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... | |
| uint64_t | drmModifier [NVBUF_MAX_PLANES] |
| DRM modifier for plane. More... | |
| void * | _reserved [STRUCTURE_PADDING *NVBUF_MAX_PLANES] |
| Holds the reserved space for future use. More... | |