Searched refs:time_factor (Results 1 – 1 of 1) sorted by relevance
53 double time_factor; member190 expected_time_delta_card = time_delta_system * s->time_factor; in pa_smoother_2_put()211 … if ((time_delta_system - filtered_time_delta_card / s->time_factor) > (double)s->hack_threshold) { in pa_smoother_2_put()234 temp = s->time_factor; in pa_smoother_2_put()244 …s->time_factor = (1 - filter_constant_1) * s->time_factor + filter_constant_1 * (s->drift_filter_1… in pa_smoother_2_put()247 temp = (s->time_factor - temp) / iteration_time * 10000000000000; in pa_smoother_2_put()277 now = (time_stamp - s->start_time - s->time_offset) * s->time_factor; in pa_smoother_2_get_delay()305 … current_time += (s->pause_time - s->start_time - s->time_offset - s->fixup_time) * s->time_factor; in pa_smoother_2_get()309 … current_time += (s->pause_time - s->start_time - s->time_offset - s->fixup_time) * s->time_factor; in pa_smoother_2_get()310 current_time += (time_stamp - s->resume_time) * s->time_factor; in pa_smoother_2_get()[all …]