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

Method getCurrentFrameStatsForType

YUViewLib/src/decoder/decoderBase.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92stats::FrameTypeData decoderBase::getCurrentFrameStatsForType(int typeId) const
93{
94 if (!this->statisticsEnabled())
95 return {};
96
97 return statisticsData->getFrameTypeData(typeId);
98}
99
100void decoderBaseSingleLib::loadDecoderLibrary(QString specificLibrary)
101{

Callers

nothing calls this directly

Calls 2

statisticsEnabledMethod · 0.95
getFrameTypeDataMethod · 0.80

Tested by

no test coverage detected