NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release

Detailed Description

Motion vector array to get the required current frame stats.

Definition at line 199 of file tvmr/include/nvmedia_common_decode.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...
 
uint32_t bMVDumpPresent
 flag to indicate whether motion vector dump is present or not. More...
 

Field Documentation

◆ bMVDumpPresent [1/2]

uint32_t NvMediaMotionVectorFrameMetaData::bMVDumpPresent

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

Definition at line 199 of file nvmedia/mm/inc/public/nvmedia_common_decode.h.

◆ bMVDumpPresent [2/2]

NvMediaBool NvMediaMotionVectorFrameMetaData::bMVDumpPresent

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

Definition at line 205 of file tvmr/include/nvmedia_common_decode.h.

◆ frameNumDecodeOrder

uint32_t NvMediaMotionVectorFrameMetaData::frameNumDecodeOrder

FrameNumber in decoder order.

Definition at line 201 of file tvmr/include/nvmedia_common_decode.h.

◆ mbCount

uint32_t NvMediaMotionVectorFrameMetaData::mbCount

total number of macroblocks in current frame

Definition at line 203 of file tvmr/include/nvmedia_common_decode.h.

◆ mv

NvMediaMotionVectorMB_Metadata * NvMediaMotionVectorFrameMetaData::mv

pointer to motion vector array

Definition at line 207 of file tvmr/include/nvmedia_common_decode.h.


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