Searched refs:refresh_rate_activate_period (Results 1 – 2 of 2) sorted by relevance
2715 const auto refresh_rate_activate_period = current_vsync_period * vsyncs_to_apply_rate_change_; in EstimateVsyncPeriodChangeTimeline() local2720 } else if (delta < refresh_rate_activate_period) { in EstimateVsyncPeriodChangeTimeline()2723 refresh_time = desired_time - refresh_rate_activate_period; in EstimateVsyncPeriodChangeTimeline()2726 const auto applied_time = refresh_time + refresh_rate_activate_period; in EstimateVsyncPeriodChangeTimeline()
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()