NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
NvMediaVideoDesc Struct Reference

Detailed Description

Video descriptor for video mixing.

Definition at line 469 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 475 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 483 of file nvmedia_vmp.h.

◆ next

NvMediaVideoSurface* NvMediaVideoDesc::next

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

Definition at line 473 of file nvmedia_vmp.h.

◆ pictureStructure

NvMediaPictureStructure NvMediaVideoDesc::pictureStructure

Picture structure.

Definition at line 471 of file nvmedia_vmp.h.

◆ previous

NvMediaVideoSurface* NvMediaVideoDesc::previous

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

Definition at line 477 of file nvmedia_vmp.h.

◆ previous2

NvMediaVideoSurface* NvMediaVideoDesc::previous2

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

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


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