NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Hold the pointers of mapped buffer.

Definition at line 220 of file nvbufsurface.h.

Data Fields

void * addr [NVBUF_MAX_PLANES]
 plane wise pointers to CPU mapped buffer More...
 
void * eglImage
 pointer to mapped EGLImage More...
 
void * _reserved [STRUCTURE_PADDING]
 

Field Documentation

void* NvBufSurfaceMappedAddr::_reserved[STRUCTURE_PADDING]

Definition at line 226 of file nvbufsurface.h.

void* NvBufSurfaceMappedAddr::addr[NVBUF_MAX_PLANES]

plane wise pointers to CPU mapped buffer

Definition at line 222 of file nvbufsurface.h.

void* NvBufSurfaceMappedAddr::eglImage

pointer to mapped EGLImage

Definition at line 224 of file nvbufsurface.h.


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