Searched refs:mDispatchFrameDelay (Results 1 – 2 of 2) sorted by relevance
125 nsecs_t runAt = (frameTimeNanos + rt->mDispatchFrameDelay); in frameCallback()243 mDispatchFrameDelay = static_cast<nsecs_t>(frameIntervalNanos * .25f); in setupFrameInterval()
232 nsecs_t mDispatchFrameDelay = 4_ms; variable