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

Method needsLoading

YUViewLib/src/video/videoHandlerResample.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81ItemLoadingState videoHandlerResample::needsLoading(int frameIndex, bool loadRawValues)
82{
83 auto mappedIndex = this->mapFrameIndex(frameIndex);
84 return videoHandler::needsLoading(mappedIndex, loadRawValues);
85}
86
87void videoHandlerResample::loadResampledFrame(int frameIndex, bool loadToDoubleBuffer)
88{

Callers

nothing calls this directly

Calls 1

mapFrameIndexMethod · 0.95

Tested by

no test coverage detected