NVIDIA DeepStream SDK API Reference

6.4 Release
NvBufSurfaceMapPlaneParams Struct Reference

Detailed Description

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

Definition at line 525 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...
 

Field Documentation

◆ blockheightlog2

uint32_t NvBufSurfaceMapPlaneParams::blockheightlog2

Holds block height of the planes for blockLinear layout buffer.

Definition at line 540 of file nvbufsurface.h.

◆ flags

uint64_t NvBufSurfaceMapPlaneParams::flags

Holds flags associated with the planes.

Definition at line 542 of file nvbufsurface.h.

◆ height

uint32_t NvBufSurfaceMapPlaneParams::height

Holds the heights of planes.

Definition at line 530 of file nvbufsurface.h.

◆ offset

uint32_t NvBufSurfaceMapPlaneParams::offset

Holds the offsets of planes in bytes.

Definition at line 534 of file nvbufsurface.h.

◆ pitch

uint32_t NvBufSurfaceMapPlaneParams::pitch

Holds the pitches of planes in bytes.

Definition at line 532 of file nvbufsurface.h.

◆ psize

uint32_t NvBufSurfaceMapPlaneParams::psize

Holds the sizes of planes in bytes.

Definition at line 536 of file nvbufsurface.h.

◆ reserved

uint8_t NvBufSurfaceMapPlaneParams::reserved[64]

Reserved.

Definition at line 544 of file nvbufsurface.h.

◆ secondfieldoffset

uint32_t NvBufSurfaceMapPlaneParams::secondfieldoffset

Holds offset of the second field for interlaced buffer.

Definition at line 538 of file nvbufsurface.h.

◆ width

uint32_t NvBufSurfaceMapPlaneParams::width

Holds the widths of planes.

Definition at line 528 of file nvbufsurface.h.


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