Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.cpp2700 int64_t refresh_time, applied_time; in RequestActiveConfigChange() local
2701 std::tie(refresh_time, applied_time) = in RequestActiveConfigChange()
2705 pending_refresh_rate_refresh_time_ = refresh_time; in RequestActiveConfigChange()
2708 return std::make_tuple(refresh_time, applied_time); in RequestActiveConfigChange()
2716 nsecs_t refresh_time; in EstimateVsyncPeriodChangeTimeline() local
2719 refresh_time = now + (delta % current_vsync_period); in EstimateVsyncPeriodChangeTimeline()
2721 refresh_time = now + (delta % current_vsync_period) - current_vsync_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()
2727 return std::make_tuple(refresh_time, applied_time); in EstimateVsyncPeriodChangeTimeline()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display.cpp1155 nsecs_t refresh_time; in EstimateVsyncPeriodChangeTimeline() local
1157 refresh_time = now + (delta % current_vsync_period); in EstimateVsyncPeriodChangeTimeline()
1159 refresh_time = now + (delta % current_vsync_period) - current_vsync_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()
1165 return std::make_tuple(refresh_time, applied_time); in EstimateVsyncPeriodChangeTimeline()
1180 int64_t refresh_time, applied_time; in RequestActiveConfigChange() local
1181 std::tie(refresh_time, applied_time) = in RequestActiveConfigChange()
1185 pending_refresh_rate_refresh_time_ = refresh_time; in RequestActiveConfigChange()
1188 return std::make_tuple(refresh_time, applied_time); in RequestActiveConfigChange()