NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 449 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 455 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 463 of file nvmedia_vmp.h.

NvMediaVideoSurface* NvMediaVideoDesc::next

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

Definition at line 453 of file nvmedia_vmp.h.

NvMediaPictureStructure NvMediaVideoDesc::pictureStructure

Picture structure.

Definition at line 451 of file nvmedia_vmp.h.

NvMediaVideoSurface* NvMediaVideoDesc::previous

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

Definition at line 457 of file nvmedia_vmp.h.

NvMediaVideoSurface* NvMediaVideoDesc::previous2

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

Definition at line 459 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 461 of file nvmedia_vmp.h.


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