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

Method getCachingFrameSize

YUViewLib/src/video/videoHandler.cpp:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296unsigned videoHandler::getCachingFrameSize() const
297{
298 const auto hasAlpha = false;
299 auto bytes = functionsGui::bytesPerPixel(functionsGui::platformImageFormat(hasAlpha));
300 return this->frameSize.width * this->frameSize.height * bytes;
301}
302
303QList<int> videoHandler::getCachedFrames() const
304{

Callers 3

updateStatusMethod · 0.45
updateCacheQueueMethod · 0.45

Calls 2

bytesPerPixelFunction · 0.85
platformImageFormatFunction · 0.85

Tested by

no test coverage detected