Searched refs:current_vsync_period (Results 1 – 2 of 2) sorted by relevance
1084 hwc2_vsync_period_t current_vsync_period; in SetActiveConfigWithConstraints() local1085 if (GetCurrentVsyncPeriod(¤t_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() argument1153 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() argument1182 EstimateVsyncPeriodChangeTimeline(current_vsync_period, desired_time); in RequestActiveConfigChange()1191 void HWCDisplay::SubmitActiveConfigChange(const uint32_t current_vsync_period) { in SubmitActiveConfigChange() argument[all …]
405 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);