![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
A handle representing a video surface object.
Definition at line 58 of file nvmedia_video.h.
Data Fields | |
NvMediaSurfaceType | type |
Surface type. More... | |
uint32_t | width |
Surface width. More... | |
uint32_t | height |
Surface height. More... | |
void * | tag |
Surface tag that can be used by the application. More... | |
uint32_t | colorStd |
Surface color standard type. More... | |
uint32_t NvMediaVideoSurface::colorStd |
Surface color standard type.
Definition at line 69 of file nvmedia_video.h.
uint32_t NvMediaVideoSurface::height |
Surface height.
Definition at line 64 of file nvmedia_video.h.
void* NvMediaVideoSurface::tag |
Surface tag that can be used by the application.
NvMedia does not change the value of this member.
Definition at line 67 of file nvmedia_video.h.
NvMediaSurfaceType NvMediaVideoSurface::type |
Surface type.
Definition at line 60 of file nvmedia_video.h.
uint32_t NvMediaVideoSurface::width |
Surface width.
Definition at line 62 of file nvmedia_video.h.