MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / notifyFrameDropped

Method notifyFrameDropped

src/core/renderloop.cpp:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void RenderLoopPrivate::notifyFrameDropped()
134{
135 Q_ASSERT(pendingFrameCount > 0);
136 pendingFrameCount--;
137
138 if (!inhibitCount && pendingReschedule) {
139 scheduleNextRepaint();
140 }
141}
142
143void RenderLoopPrivate::notifyFrameCompleted(std::chrono::nanoseconds timestamp, std::optional<RenderTimeSpan> renderTime, PresentationMode mode, OutputFrame *frame)
144{

Callers 1

~OutputFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected