![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
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] |
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.