NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvBufSurfacePlaneParams Struct Reference

Detailed Description

Holds plane wise parameters of a buffer.

Definition at line 173 of file nvbufsurface.h.

Data Fields

uint32_t num_planes
 Number of planes. More...
 
uint32_t width [NVBUF_MAX_PLANES]
 width of planes More...
 
uint32_t height [NVBUF_MAX_PLANES]
 height of planes More...
 
uint32_t pitch [NVBUF_MAX_PLANES]
 pitch of planes in bytes More...
 
uint32_t offset [NVBUF_MAX_PLANES]
 offsets of planes in bytes More...
 
uint32_t psize [NVBUF_MAX_PLANES]
 size of planes in bytes More...
 
uint32_t bytesPerPix [NVBUF_MAX_PLANES]
 bytes taken for each pixel More...
 
void * _reserved [STRUCTURE_PADDING *NVBUF_MAX_PLANES]
 

Field Documentation

void* NvBufSurfacePlaneParams::_reserved[STRUCTURE_PADDING *NVBUF_MAX_PLANES]

Definition at line 190 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::bytesPerPix[NVBUF_MAX_PLANES]

bytes taken for each pixel

Definition at line 188 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::height[NVBUF_MAX_PLANES]

height of planes

Definition at line 180 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::num_planes

Number of planes.

Definition at line 176 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::offset[NVBUF_MAX_PLANES]

offsets of planes in bytes

Definition at line 184 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::pitch[NVBUF_MAX_PLANES]

pitch of planes in bytes

Definition at line 182 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::psize[NVBUF_MAX_PLANES]

size of planes in bytes

Definition at line 186 of file nvbufsurface.h.

uint32_t NvBufSurfacePlaneParams::width[NVBUF_MAX_PLANES]

width of planes

Definition at line 178 of file nvbufsurface.h.


The documentation for this struct was generated from the following file: