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

Method statisticsEnabled

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

Source from the content-addressed store, hash-verified

126 // activate it, reset the decoder and decode to the current frame again.
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 {};

Callers 12

getRawFrameDataMethod · 0.80
getRawFrameDataMethod · 0.80
allocateNewDecoderMethod · 0.80
getRawFrameDataMethod · 0.80
cacheStatisticsMethod · 0.80
getRawFrameDataMethod · 0.80
getRawFrameDataMethod · 0.80
getInfoMethod · 0.80
loadRawDataMethod · 0.80
loadStatisticsMethod · 0.80
getPixelValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected