NVIDIA DeepStream SDK API Reference

6.4 Release
NvBufSurfaceMappedAddr Struct Reference

Detailed Description

Hold the pointers of mapped buffer.

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

◆ _reserved

void* NvBufSurfaceMappedAddr::_reserved[STRUCTURE_PADDING]

Definition at line 443 of file nvbufsurface.h.

◆ addr

void* NvBufSurfaceMappedAddr::addr[NVBUF_MAX_PLANES]

Holds planewise pointers to a CPU mapped buffer.

Definition at line 439 of file nvbufsurface.h.

◆ eglImage

void* NvBufSurfaceMappedAddr::eglImage

Holds a pointer to a mapped EGLImage.

Definition at line 441 of file nvbufsurface.h.


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