Holds an image surface map descriptor used by NvMediaImageLock().
It contains up to 6 surface descriptors, depending on the image type.
Definition at line 382 of file nvmedia_image.h.
Data Fields | |
NvMediaSurfaceType | type |
Holds image surface type. More... | |
uint32_t | width |
Holds image width. More... | |
uint32_t | height |
Holds image height. More... | |
uint32_t | surfaces |
Holds the number of surfaces in the image. More... | |
NvMediaImageSurface | surface [6] |
Holds surface descriptors. More... | |
void * | metaData |
Holds a pointer to metadata associated with the surface. More... | |
uint32_t NvMediaImageSurfaceMap::height |
Holds image height.
Definition at line 388 of file nvmedia_image.h.
void* NvMediaImageSurfaceMap::metaData |
Holds a pointer to metadata associated with the surface.
Definition at line 395 of file nvmedia_image.h.
NvMediaImageSurface NvMediaImageSurfaceMap::surface[6] |
Holds surface descriptors.
Only the first surfaces number of elements is valid.
Definition at line 393 of file nvmedia_image.h.
uint32_t NvMediaImageSurfaceMap::surfaces |
Holds the number of surfaces in the image.
Definition at line 390 of file nvmedia_image.h.
NvMediaSurfaceType NvMediaImageSurfaceMap::type |
Holds image surface type.
Definition at line 384 of file nvmedia_image.h.
uint32_t NvMediaImageSurfaceMap::width |
Holds image width.
Definition at line 386 of file nvmedia_image.h.