Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
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()