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

Method removeAllFrameFromCache

YUViewLib/src/video/videoHandler.cpp:329–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void videoHandler::removeAllFrameFromCache()
330{
331 DEBUG_VIDEO("removeAllFrameFromCache");
332 QMutexLocker lock(&imageCacheAccess);
333 imageCache.clear();
334 cacheValid = true;
335 lock.unlock();
336}
337
338void videoHandler::loadFrame(int frameIndex, bool loadToDoubleBuffer)
339{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected