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

Method StatisticsFileVTMBMS

YUViewLib/src/statistics/StatisticsFileVTMBMS.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47constexpr unsigned STAT_MAX_STRING_SIZE = 1u << 28;
48
49StatisticsFileVTMBMS::StatisticsFileVTMBMS(const QString &filename, StatisticsData &statisticsData)
50 : StatisticsFileBase(filename)
51{
52 this->readHeaderFromFile(statisticsData);
53}
54
55/** The background task that parses the file and extracts the exact file positions
56 * where a new frame starts. If the user then later requests this POC

Callers

nothing calls this directly

Calls 1

readHeaderFromFileMethod · 0.95

Tested by

no test coverage detected