Lines Matching defs:smoother
54 #include <pulsecore/time-smoother.h>
153 pa_smoother_2 *smoother;
155 pa_smoother *smoother;
468 /* Reset smoother and counters */
472 pa_smoother_2_reset(u->smoother, pa_rtclock_now());
474 pa_smoother_reset(u->smoother, pa_rtclock_now(), true);
487 pa_smoother_2_pause(u->smoother, pa_rtclock_now());
489 pa_smoother_pause(u->smoother, pa_rtclock_now());
917 /* Let's update the time smoother */
934 pa_smoother_2_put(u->smoother, now1, position);
943 pa_smoother_put(u->smoother, now1, now2);
963 delay = - pa_smoother_2_get_delay(u->smoother, now1, u->read_count);
965 now2 = pa_smoother_get(u->smoother, now1);
1690 pa_smoother_2_set_sample_spec(u->smoother, pa_rtclock_now(), &effective_spec);
1727 pa_smoother_2_resume(u->smoother, pa_rtclock_now());
1729 pa_smoother_resume(u->smoother, pa_rtclock_now(), true);
1759 cusec = pa_smoother_2_translate(u->smoother, sleep_usec);
1761 cusec = pa_smoother_translate(u->smoother, pa_rtclock_now(), sleep_usec);
2162 u->smoother = pa_smoother_new(
2372 u->smoother = pa_smoother_2_new(SMOOTHER_WINDOW_USEC, pa_rtclock_now(), frame_size, u->source->sample_spec.rate);
2535 if (u->smoother)
2537 pa_smoother_2_free(u->smoother);
2539 pa_smoother_free(u->smoother);