NVIDIA DeepStream SDK API Reference

6.4 Release
NvBufSurfacePlaneParams Struct Reference

Detailed Description

Holds plane wise parameters of a buffer.

Definition at line 353 of file nvbufsurface.h.

Data Fields

uint32_t num_planes
 Holds the number of planes. More...
 
uint32_t width [NVBUF_MAX_PLANES]
 Holds the widths of planes. More...
 
uint32_t height [NVBUF_MAX_PLANES]
 Holds the heights of planes. More...
 
uint32_t pitch [NVBUF_MAX_PLANES]
 Holds the pitches of planes in bytes. More...
 
uint32_t offset [NVBUF_MAX_PLANES]
 Holds the offsets of planes in bytes. More...
 
uint32_t psize [NVBUF_MAX_PLANES]
 Holds the sizes of planes in bytes. More...
 
uint32_t bytesPerPix [NVBUF_MAX_PLANES]
 Holds the number of bytes occupied by a pixel in each plane. More...
 
void * _reserved [STRUCTURE_PADDING *NVBUF_MAX_PLANES]
 

Field Documentation

◆ _reserved

void* NvBufSurfacePlaneParams::_reserved[STRUCTURE_PADDING *NVBUF_MAX_PLANES]

Definition at line 370 of file nvbufsurface.h.

◆ bytesPerPix

uint32_t NvBufSurfacePlaneParams::bytesPerPix[NVBUF_MAX_PLANES]

Holds the number of bytes occupied by a pixel in each plane.

Definition at line 368 of file nvbufsurface.h.

◆ height

uint32_t NvBufSurfacePlaneParams::height[NVBUF_MAX_PLANES]

Holds the heights of planes.

Definition at line 360 of file nvbufsurface.h.

◆ num_planes

uint32_t NvBufSurfacePlaneParams::num_planes

Holds the number of planes.

Definition at line 356 of file nvbufsurface.h.

◆ offset

uint32_t NvBufSurfacePlaneParams::offset[NVBUF_MAX_PLANES]

Holds the offsets of planes in bytes.

Definition at line 364 of file nvbufsurface.h.

◆ pitch

uint32_t NvBufSurfacePlaneParams::pitch[NVBUF_MAX_PLANES]

Holds the pitches of planes in bytes.

Definition at line 362 of file nvbufsurface.h.

◆ psize

uint32_t NvBufSurfacePlaneParams::psize[NVBUF_MAX_PLANES]

Holds the sizes of planes in bytes.

Definition at line 366 of file nvbufsurface.h.

◆ width

uint32_t NvBufSurfacePlaneParams::width[NVBUF_MAX_PLANES]

Holds the widths of planes.

Definition at line 358 of file nvbufsurface.h.


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