NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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.


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