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

Method removeFrameFromCache

YUViewLib/src/video/videoHandler.cpp:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void videoHandler::removeFrameFromCache(int frameIdx)
322{
323 DEBUG_VIDEO("removeFrameFromCache %d", frameIdx);
324 QMutexLocker lock(&imageCacheAccess);
325 imageCache.remove(frameIdx);
326 lock.unlock();
327}
328
329void videoHandler::removeAllFrameFromCache()
330{

Callers 2

updateCacheQueueMethod · 0.45

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected