Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp1153 const auto refresh_rate_activate_period = current_vsync_period * vsyncs_to_apply_rate_change_; in EstimateVsyncPeriodChangeTimeline() local
1158 } 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()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp2740 const auto refresh_rate_activate_period = current_vsync_period * vsyncs_to_apply_rate_change_; in EstimateVsyncPeriodChangeTimeline() local
2745 } 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()