NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
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

◆ current

NvMediaVideoSurface* NvMediaVideoDesc::current

Current frame/field.

Definition at line 476 of file nvmedia_vmp.h.

◆ dstRect

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.

◆ next

NvMediaVideoSurface* NvMediaVideoDesc::next

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

Definition at line 474 of file nvmedia_vmp.h.

◆ pictureStructure

NvMediaPictureStructure NvMediaVideoDesc::pictureStructure

Picture structure.

Definition at line 472 of file nvmedia_vmp.h.

◆ previous

NvMediaVideoSurface* NvMediaVideoDesc::previous

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

Definition at line 478 of file nvmedia_vmp.h.

◆ previous2

NvMediaVideoSurface* NvMediaVideoDesc::previous2

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

Definition at line 480 of file nvmedia_vmp.h.

◆ srcRect

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: