NVIDIA DeepStream SDK API Reference

6.1.1 Release

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

Detailed Description

Hold extended parameters required to allocate NvBufSurface.

(Applicable for NvBufSurfaceAllocate API)

Definition at line 378 of file nvbufsurface.h.

Collaboration diagram for NvBufSurfaceAllocateParams:

Data Fields

NvBufSurfaceCreateParams params
 Hold legacy NvBufSurface creation parameters. More...
 
NvBufSurfaceDisplayScanFormat displayscanformat
 Display scan format. More...
 
NvBufSurfaceChromaSubsamplingParams chromaSubsampling
 Chroma Subsampling parameters. More...
 
NvBufSurfaceTag memtag
 components tag to be used for memory allocation More...
 
void * _reserved [STRUCTURE_PADDING]
 

Field Documentation

void* NvBufSurfaceAllocateParams::_reserved[STRUCTURE_PADDING]

Definition at line 388 of file nvbufsurface.h.

NvBufSurfaceChromaSubsamplingParams NvBufSurfaceAllocateParams::chromaSubsampling

Chroma Subsampling parameters.

Definition at line 384 of file nvbufsurface.h.

NvBufSurfaceDisplayScanFormat NvBufSurfaceAllocateParams::displayscanformat

Display scan format.

Definition at line 382 of file nvbufsurface.h.

NvBufSurfaceTag NvBufSurfaceAllocateParams::memtag

components tag to be used for memory allocation

Definition at line 386 of file nvbufsurface.h.

NvBufSurfaceCreateParams NvBufSurfaceAllocateParams::params

Hold legacy NvBufSurface creation parameters.

Definition at line 380 of file nvbufsurface.h.


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