NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaMotionVectorFrameMetaData Struct Reference

Detailed Description

Motion vector array to get the required current frame stats.

Definition at line 138 of file nvmedia_viddec.h.

Collaboration diagram for NvMediaMotionVectorFrameMetaData:

Data Fields

uint32_t frameNumDecodeOrder
 FrameNumber in decoder order. More...
 
uint32_t mbCount
 total number of macroblocks in current frame More...
 
NvMediaBool bMVDumpPresent
 flag to indicate whether motion vector dump is present or not. More...
 
NvMediaMotionVectorMB_Metadatamv
 pointer to motion vector array More...
 

Field Documentation

NvMediaBool NvMediaMotionVectorFrameMetaData::bMVDumpPresent

flag to indicate whether motion vector dump is present or not.

Definition at line 144 of file nvmedia_viddec.h.

uint32_t NvMediaMotionVectorFrameMetaData::frameNumDecodeOrder

FrameNumber in decoder order.

Definition at line 140 of file nvmedia_viddec.h.

uint32_t NvMediaMotionVectorFrameMetaData::mbCount

total number of macroblocks in current frame

Definition at line 142 of file nvmedia_viddec.h.

NvMediaMotionVectorMB_Metadata* NvMediaMotionVectorFrameMetaData::mv

pointer to motion vector array

Definition at line 146 of file nvmedia_viddec.h.


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