Lines Matching defs:smoother
57 #include <pulsecore/time-smoother.h>
264 pa_smoother_2 *smoother;
266 pa_smoother *smoother;
505 pa_smoother_2_pause(u->smoother, x);
507 pa_smoother_2_resume(u->smoother, x);
509 pa_smoother_pause(u->smoother, x);
511 pa_smoother_resume(u->smoother, x, true);
603 *usec = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->counter);
608 yr = pa_smoother_get(u->smoother, pa_rtclock_now());
652 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes);
664 pa_smoother_put(u->smoother, u->snapshot_time, y);
744 *usec = - pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->counter);
749 yr = pa_smoother_get(u->smoother, pa_rtclock_now());
798 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes);
806 pa_smoother_put(u->smoother, u->snapshot_time, y);
2331 u->smoother = pa_smoother_new(
2469 u->smoother = pa_smoother_2_new(LATENCY_INTERVAL + 5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&u->sample_spec), u->sample_spec.rate);
2601 if (u->smoother)
2603 pa_smoother_2_free(u->smoother);
2605 pa_smoother_free(u->smoother);