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

Method processLoadingJob

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

Source from the content-addressed store, hash-verified

134}
135
136void loadingWorker::processLoadingJob(bool playing, bool loadRawData)
137{
138 DEBUG_JOBS("loadingWorker::processLoadingJob invoke processLoadingJobInternal");
139 QMetaObject::invokeMethod(
140 this, "processLoadingJobInternal", Q_ARG(bool, playing), Q_ARG(bool, loadRawData));
141}
142
143void loadingWorker::processCacheJobInternal()
144{

Callers 2

loadFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected