MCPcopy Create free account
hub / github.com/IENT/YUView / getNumberMotionVectors

Method getNumberMotionVectors

YUViewLib/src/ffmpeg/AVFrameSideDataWrapper.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68size_t AVFrameSideDataWrapper::getNumberMotionVectors()
69{
70 this->update();
71
72 if (this->type != AV_FRAME_DATA_MOTION_VECTORS)
73 return 0;
74
75 return AVMotionVectorWrapper::getNumberOfMotionVectors(this->libVer, this->size);
76}
77
78AVMotionVectorWrapper AVFrameSideDataWrapper::getMotionVector(unsigned idx)
79{

Callers 1

cacheCurStatisticsMethod · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected