Home
last modified time | relevance | path

Searched refs:frameTimeForHTR (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp298 …const float frameTimeForHTR = (IS_CALCULATE_PRECISE_HITCH_TIME ? GetEffectiveFrameTimeFloat(true) : in UpdateHitchTime() local
300 const float frameHitchTime = std::max<float>(0.f, frameTimeForHTR - standardFrameTime); in UpdateHitchTime()