![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Motion vector array to get the required current frame stats.
Definition at line 137 of file nvmedia_viddec.h.
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_Metadata * | mv |
pointer to motion vector array More... | |
NvMediaBool NvMediaMotionVectorFrameMetaData::bMVDumpPresent |
flag to indicate whether motion vector dump is present or not.
Definition at line 143 of file nvmedia_viddec.h.
uint32_t NvMediaMotionVectorFrameMetaData::frameNumDecodeOrder |
FrameNumber in decoder order.
Definition at line 139 of file nvmedia_viddec.h.
uint32_t NvMediaMotionVectorFrameMetaData::mbCount |
total number of macroblocks in current frame
Definition at line 141 of file nvmedia_viddec.h.
NvMediaMotionVectorMB_Metadata* NvMediaMotionVectorFrameMetaData::mv |
pointer to motion vector array
Definition at line 145 of file nvmedia_viddec.h.