NVIDIA DeepStream SDK API Reference

6.4 Release
NvBufSurfaceParamsEx Struct Reference

Detailed Description

Hold the information(extended) of single buffer in the batch.

Definition at line 449 of file nvbufsurface.h.

Collaboration diagram for NvBufSurfaceParamsEx:

Data Fields

int32_t startofvaliddata
 offset in bytes from the start of the buffer to the first valid byte. More...
 
int32_t sizeofvaliddatainbytes
 size of the valid data from the first to the last valid byte. More...
 
NvBufSurfaceChromaSubsamplingParams chromaSubsampling
 chroma subsampling parameters. More...
 
bool is_protected
 get buffer vpr information. More...
 
NvBufSurfacePlaneParamsEx planeParamsex
 plane wise extended info More...
 
void * _reserved [STRUCTURE_PADDING]
 

Field Documentation

◆ _reserved

void* NvBufSurfaceParamsEx::_reserved[STRUCTURE_PADDING]

Definition at line 464 of file nvbufsurface.h.

◆ chromaSubsampling

NvBufSurfaceChromaSubsamplingParams NvBufSurfaceParamsEx::chromaSubsampling

chroma subsampling parameters.

(Applicable for NVBUF_MEM_SURFACE_ARRAY)

Definition at line 458 of file nvbufsurface.h.

◆ is_protected

bool NvBufSurfaceParamsEx::is_protected

get buffer vpr information.

Definition at line 460 of file nvbufsurface.h.

◆ planeParamsex

NvBufSurfacePlaneParamsEx NvBufSurfaceParamsEx::planeParamsex

plane wise extended info

Definition at line 462 of file nvbufsurface.h.

◆ sizeofvaliddatainbytes

int32_t NvBufSurfaceParamsEx::sizeofvaliddatainbytes

size of the valid data from the first to the last valid byte.

(Applicable for NVBUF_MEM_HANDLE)

Definition at line 455 of file nvbufsurface.h.

◆ startofvaliddata

int32_t NvBufSurfaceParamsEx::startofvaliddata

offset in bytes from the start of the buffer to the first valid byte.

(Applicable for NVBUF_MEM_HANDLE)

Definition at line 452 of file nvbufsurface.h.


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