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

Method drawFrame

YUViewLib/src/video/videoHandlerResample.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void videoHandlerResample::drawFrame(QPainter *painter,
57 int frameIndex,
58 double zoomFactor,
59 bool drawRawValues)
60{
61 auto mappedIndex = this->mapFrameIndex(frameIndex);
62 DEBUG_RESAMPLE("videoHandlerResample::drawFrame idx %d", mappedIndex);
63 videoHandler::drawFrame(painter, mappedIndex, zoomFactor, drawRawValues);
64}
65
66QImage videoHandlerResample::calculateDifference(FrameHandler * item2,
67 const int frameIndex0,

Callers

nothing calls this directly

Calls 1

mapFrameIndexMethod · 0.95

Tested by

no test coverage detected