Searched refs:accumulatedTime (Results 1 – 1 of 1) sorted by relevance
273 const float accumulatedTime = accumulatedBufferCount_ * standardFrameTime; in UpdateJankFrame() local274 …ameDuration = std::max<int64_t>(0, GetEffectiveFrameTime(isConsiderRsStartTime) - accumulatedTime); in UpdateJankFrame()707 const float accumulatedTime = accumulatedBufferCount_ * S_TO_MS / dynamicRefreshRate; in RecordJankFrame() local712 std::max<float>(0.f, GetEffectiveFrameTime(true) - accumulatedTime) / VSYNC_PERIOD); in RecordJankFrame()722 … std::max<float>(0.f, GetEffectiveFrameTime(isFirstSetEnd_) - accumulatedTime) / VSYNC_PERIOD); in RecordJankFrame()