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
NvMediaVideoDesc Struct Reference

Detailed Description

Video descriptor for video mixing.

Definition at line 470 of file nvmedia_vmp.h.

Collaboration diagram for NvMediaVideoDesc:

Data Fields

NvMediaPictureStructure pictureStructure
 Picture structure. More...
 
NvMediaVideoSurfacenext
 Frame/field that follow the current frame/field, NULL if unavailable. More...
 
NvMediaVideoSurfacecurrent
 Current frame/field. More...
 
NvMediaVideoSurfaceprevious
 Frame/field prior to the current frame/field, NULL if unavailable. More...
 
NvMediaVideoSurfaceprevious2
 Frame/field prior to previous frame/field, NULL if unavailable. More...
 
NvMediaRectsrcRect
 Source rectangle, If NULL, a rectangle the full size of the NvMediaVideoSurface is implied. More...
 
NvMediaRectdstRect
 Destination rectangle, If NULL, a rectangle the full size of the NvMediaVideoMixer is implied. More...
 

Field Documentation

NvMediaVideoSurface* NvMediaVideoDesc::current

Current frame/field.

Definition at line 476 of file nvmedia_vmp.h.

NvMediaRect* NvMediaVideoDesc::dstRect

Destination rectangle, If NULL, a rectangle the full size of the NvMediaVideoMixer is implied.

Definition at line 484 of file nvmedia_vmp.h.

NvMediaVideoSurface* NvMediaVideoDesc::next

Frame/field that follow the current frame/field, NULL if unavailable.

Definition at line 474 of file nvmedia_vmp.h.

NvMediaPictureStructure NvMediaVideoDesc::pictureStructure

Picture structure.

Definition at line 472 of file nvmedia_vmp.h.

NvMediaVideoSurface* NvMediaVideoDesc::previous

Frame/field prior to the current frame/field, NULL if unavailable.

Definition at line 478 of file nvmedia_vmp.h.

NvMediaVideoSurface* NvMediaVideoDesc::previous2

Frame/field prior to previous frame/field, NULL if unavailable.

Definition at line 480 of file nvmedia_vmp.h.

NvMediaRect* NvMediaVideoDesc::srcRect

Source rectangle, If NULL, a rectangle the full size of the NvMediaVideoSurface is implied.

Definition at line 482 of file nvmedia_vmp.h.


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