Holds an image surface descriptor used by NvMediaImageLock().
Definition at line 369 of file nvmedia_image.h.
Data Fields | |
uint32_t | pitch |
Holds pitch of the surface. More... | |
void * | mapping |
Holds a CPU accessible memory pointer to the surface. More... | |
void* NvMediaImageSurface::mapping |
Holds a CPU accessible memory pointer to the surface.
Definition at line 373 of file nvmedia_image.h.
uint32_t NvMediaImageSurface::pitch |
Holds pitch of the surface.
Definition at line 371 of file nvmedia_image.h.