NVIDIA DeepStream SDK API Reference

8.0 Release
NvBufSurfaceMapPlaneParams Struct Reference

Detailed Description

Holds plane parameters to map the buffer received from another process.

Definition at line 601 of file nvbufsurface.h.

Data Fields

uint32_t width
 Holds the widths of planes. More...
 
uint32_t height
 Holds the heights of planes. More...
 
uint32_t pitch
 Holds the pitches of planes in bytes. More...
 
uint32_t offset
 Holds the offsets of planes in bytes. More...
 
uint32_t psize
 Holds the sizes of planes in bytes. More...
 
uint32_t secondfieldoffset
 Holds offset of the second field for interlaced buffer. More...
 
uint32_t blockheightlog2
 Holds block height of the planes for blockLinear layout buffer. More...
 
uint64_t flags
 Holds flags associated with the planes. More...
 
uint8_t reserved [64]
 Reserved. More...
 

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