NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds pointers for a mapped buffer.

Definition at line 235 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 241 of file nvbufsurface.h.

void* NvBufSurfaceMappedAddr::addr[NVBUF_MAX_PLANES]

Holds planewise pointers to a CPU mapped buffer.

Definition at line 237 of file nvbufsurface.h.

void* NvBufSurfaceMappedAddr::eglImage

Holds a pointer to a mapped EGLImage.

Definition at line 239 of file nvbufsurface.h.


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