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

Method clear

YUViewLib/src/statistics/StatisticsData.cpp:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void StatisticsData::clear()
313{
314 this->frameCache.clear();
315 this->frameIdx = -1;
316 this->frameSize = {};
317 this->statsTypes.clear();
318}
319
320void StatisticsData::setFrameIndex(int frameIndex)
321{

Calls

no outgoing calls

Tested by

no test coverage detected