NVIDIA DeepStream SDK API Reference

6.1.1 Release

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

Detailed Description

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

Definition at line 406 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

void* NvBufSurfaceParamsEx::_reserved[STRUCTURE_PADDING]

Definition at line 421 of file nvbufsurface.h.

NvBufSurfaceChromaSubsamplingParams NvBufSurfaceParamsEx::chromaSubsampling

chroma subsampling parameters.

(Applicable for NVBUF_MEM_SURFACE_ARRAY)

Definition at line 415 of file nvbufsurface.h.

bool NvBufSurfaceParamsEx::is_protected

get buffer vpr information.

Definition at line 417 of file nvbufsurface.h.

NvBufSurfacePlaneParamsEx NvBufSurfaceParamsEx::planeParamsex

plane wise extended info

Definition at line 419 of file nvbufsurface.h.

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 412 of file nvbufsurface.h.

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 409 of file nvbufsurface.h.


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