Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp1084 hwc2_vsync_period_t current_vsync_period; in SetActiveConfigWithConstraints() local
1085 if (GetCurrentVsyncPeriod(&current_vsync_period) != HWC2::Error::None) { in SetActiveConfigWithConstraints()
1090 RequestActiveConfigChange(config, current_vsync_period, in SetActiveConfigWithConstraints()
1150 uint32_t current_vsync_period, int64_t desired_time) { in EstimateVsyncPeriodChangeTimeline() argument
1153 const auto refresh_rate_activate_period = current_vsync_period * vsyncs_to_apply_rate_change_; in EstimateVsyncPeriodChangeTimeline()
1157 refresh_time = now + (delta % current_vsync_period); in EstimateVsyncPeriodChangeTimeline()
1159 refresh_time = now + (delta % current_vsync_period) - current_vsync_period; in EstimateVsyncPeriodChangeTimeline()
1178 uint32_t current_vsync_period, in RequestActiveConfigChange() argument
1182 EstimateVsyncPeriodChangeTimeline(current_vsync_period, desired_time); in RequestActiveConfigChange()
1191 void HWCDisplay::SubmitActiveConfigChange(const uint32_t current_vsync_period) { in SubmitActiveConfigChange() argument
[all …]
Dhwc_display.h405 std::tuple<int64_t, int64_t> EstimateVsyncPeriodChangeTimeline(uint32_t current_vsync_period,
410 uint32_t current_vsync_period,
412 void SubmitActiveConfigChange(uint32_t current_vsync_period);