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

Method StatisticsFileCSV

YUViewLib/src/statistics/StatisticsFileCSV.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58} // namespace
59
60StatisticsFileCSV::StatisticsFileCSV(const QString &filename, StatisticsData &statisticsData)
61 : StatisticsFileBase(filename)
62{
63 this->readHeaderFromFile(statisticsData);
64}
65
66/** The background task that parses the file and extracts the exact file positions
67 * where a new frame or a new type starts. If the user then later requests this type/POC

Callers

nothing calls this directly

Calls 1

readHeaderFromFileMethod · 0.95

Tested by

no test coverage detected