Holds the buffer plane format.
Definition at line 91 of file NvBuffer.h.
| Data Fields | |
| uint32_t | width | 
| Holds the width of the plane in pixels.  More... | |
| uint32_t | height | 
| Holds the height of the plane in pixels.  More... | |
| uint32_t | bytesperpixel | 
| Holds the bytes used to represent one pixel in the plane.  More... | |
| uint32_t | stride | 
| Holds the stride of the plane in bytes.  More... | |
| uint32_t | sizeimage | 
| Holds the size of the plane in bytes.  More... | |
| uint32_t NvBuffer::NvBufferPlaneFormat::bytesperpixel | 
Holds the bytes used to represent one pixel in the plane.
Definition at line 96 of file NvBuffer.h.
| uint32_t NvBuffer::NvBufferPlaneFormat::height | 
Holds the height of the plane in pixels.
Definition at line 94 of file NvBuffer.h.
| uint32_t NvBuffer::NvBufferPlaneFormat::sizeimage | 
Holds the size of the plane in bytes.
Definition at line 99 of file NvBuffer.h.
| uint32_t NvBuffer::NvBufferPlaneFormat::stride | 
Holds the stride of the plane in bytes.
Definition at line 98 of file NvBuffer.h.
| uint32_t NvBuffer::NvBufferPlaneFormat::width | 
Holds the width of the plane in pixels.
Definition at line 93 of file NvBuffer.h.