NVIDIA DeepStream SDK API Reference6.1.1 Release |
Hold extended parameters required to allocate NvBufSurface.
(Applicable for NvBufSurfaceAllocate API)
Definition at line 378 of file nvbufsurface.h.
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] |
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.