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

Method enableStatisticsRetrieval

YUViewLib/src/decoder/decoderBase.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 bool statisticsSupported() const { return internalsSupported; }
128 bool statisticsEnabled() const { return statisticsData != nullptr; }
129 void enableStatisticsRetrieval(stats::StatisticsData *s) { this->statisticsData = s; }
130 stats::FrameTypeData getCurrentFrameStatsForType(int typeIdx) const;
131 virtual void fillStatisticList(stats::StatisticsData &) const {};
132

Callers 1

loadStatisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected