NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only
NvMediaVideoSurface Struct Reference

Detailed Description

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...
 

Field Documentation

◆ colorStd

uint32_t NvMediaVideoSurface::colorStd

Surface color standard type.

Definition at line 69 of file nvmedia_video.h.

◆ height

uint32_t NvMediaVideoSurface::height

Surface height.

Definition at line 64 of file nvmedia_video.h.

◆ tag

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.

◆ type

NvMediaSurfaceType NvMediaVideoSurface::type

Surface type.

Definition at line 60 of file nvmedia_video.h.

◆ width

uint32_t NvMediaVideoSurface::width

Surface width.

Definition at line 62 of file nvmedia_video.h.


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