NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Frame stats structure to get get ring entry idx and motion vector dump.

When motion vector dump is enabled then decoder wait for current frame decode to complete and read the motion vector in NvMediaIDERender().

RingEntryIdx parameter is returned from NvMediaIDERender() to get current frame decoding status as specified in NvMediaIDEFrameStatus

Definition at line 213 of file nvmedia_common_decode.h.

Collaboration diagram for NvMediaIDEFrameStats:

Data Fields

uint32_t uRingEntryIdx
 this index is used to get the required decoded stats of current frame More...
 
uint32_t uErrorRefPOC
 Will be used in case of H264/HEVC to convey the nearest POC out of RPS/DPB. More...
 
NvMediaMotionVectorFrameMetaData mvfData
 motion vector dump for current frame More...
 

Field Documentation

◆ mvfData

NvMediaMotionVectorFrameMetaData NvMediaIDEFrameStats::mvfData

motion vector dump for current frame

Definition at line 219 of file nvmedia_common_decode.h.

◆ uErrorRefPOC

uint32_t NvMediaIDEFrameStats::uErrorRefPOC

Will be used in case of H264/HEVC to convey the nearest POC out of RPS/DPB.

Definition at line 217 of file nvmedia_common_decode.h.

◆ uRingEntryIdx

uint32_t NvMediaIDEFrameStats::uRingEntryIdx

this index is used to get the required decoded stats of current frame

Definition at line 215 of file nvmedia_common_decode.h.


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