| 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 {}; |
no outgoing calls
no test coverage detected