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