NVIDIA DeepStream SDK API Reference

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

Data Fields

void * addr [NVBUF_MAX_PLANES]
 Holds planewise pointers to a CPU mapped buffer. More...
 
void * eglImage
 Holds a pointer to a mapped EGLImage. More...
 
void * _reserved [STRUCTURE_PADDING]
 

Field Documentation

void* NvBufSurfaceMappedAddr::_reserved[STRUCTURE_PADDING]

Definition at line 400 of file nvbufsurface.h.

void* NvBufSurfaceMappedAddr::addr[NVBUF_MAX_PLANES]

Holds planewise pointers to a CPU mapped buffer.

Definition at line 396 of file nvbufsurface.h.

void* NvBufSurfaceMappedAddr::eglImage

Holds a pointer to a mapped EGLImage.

Definition at line 398 of file nvbufsurface.h.


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