Searched refs:refresh_rate_activate_period (Results 1 – 2 of 2) sorted by relevance
1153 const auto refresh_rate_activate_period = current_vsync_period * vsyncs_to_apply_rate_change_; in EstimateVsyncPeriodChangeTimeline() local1158 } else if (delta < refresh_rate_activate_period) { in EstimateVsyncPeriodChangeTimeline()1161 refresh_time = desired_time - refresh_rate_activate_period; in EstimateVsyncPeriodChangeTimeline()1163 const auto applied_time = refresh_time + refresh_rate_activate_period; in EstimateVsyncPeriodChangeTimeline()
2740 const auto refresh_rate_activate_period = current_vsync_period * vsyncs_to_apply_rate_change_; in EstimateVsyncPeriodChangeTimeline() local2745 } else if (delta < refresh_rate_activate_period) { in EstimateVsyncPeriodChangeTimeline()2748 refresh_time = desired_time - refresh_rate_activate_period; in EstimateVsyncPeriodChangeTimeline()2751 const auto applied_time = refresh_time + refresh_rate_activate_period; in EstimateVsyncPeriodChangeTimeline()