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

Method getCacheItem

YUViewLib/src/video/VideoCache.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 id = id_counter++;
87 }
88 playlistItem *getCacheItem() { return currentCacheItem; }
89 int getCacheFrame() { return currentFrame; }
90 void setJob(playlistItem *item, int frame, bool test = false);
91 void setWorking(bool state) { working = state; }

Callers 6

loadFrameMethod · 0.80
threadCachingFinishedMethod · 0.80
itemAboutToBeDeletedMethod · 0.80
itemNeedsRecacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected