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