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

Method statisticsSupported

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

Get the statistics values for the current frame. In order to enable statistics retrievel, activate it, reset the decoder and decode to the current frame again.

Source from the content-addressed store, hash-verified

125 // Get the statistics values for the current frame. In order to enable statistics retrievel,
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;

Callers 5

savePlaylistMethod · 0.80
getInfoMethod · 0.80
fillStatisticListMethod · 0.80
loadStatisticsMethod · 0.80
getPixelValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected