Searched refs:standardFrameTime (Results 1 – 2 of 2) sorted by relevance
270 const float standardFrameTime = S_TO_MS / dynamicRefreshRate; in UpdateJankFrame() local273 const float accumulatedTime = accumulatedBufferCount_ * standardFrameTime; in UpdateJankFrame()289 UpdateHitchTime(jankFrames, standardFrameTime); in UpdateJankFrame()292 void RSJankStats::UpdateHitchTime(JankFrames& jankFrames, float standardFrameTime) in UpdateHitchTime() argument300 const float frameHitchTime = std::max<float>(0.f, frameTimeForHTR - standardFrameTime); in UpdateHitchTime()
144 void UpdateHitchTime(JankFrames& jankFrames, float standardFrameTime);