Lines Matching defs:smoother
67 #include <pulsecore/time-smoother.h>
120 pa_smoother_2 *smoother;
122 pa_smoother *smoother;
157 *((int64_t*) data) = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), (uint64_t)u->offset + u->memchunk.length);
161 r = pa_smoother_get(u->smoother, pa_rtclock_now());
204 pa_smoother_2_pause(u->smoother, pa_rtclock_now());
206 pa_smoother_pause(u->smoother, pa_rtclock_now());
215 pa_smoother_2_resume(u->smoother, pa_rtclock_now());
217 pa_smoother_resume(u->smoother, pa_rtclock_now(), true);
241 pa_smoother_2_reset(u->smoother, pa_rtclock_now());
243 pa_smoother_set_time_offset(u->smoother, pa_rtclock_now());
339 pa_smoother_2_put(u->smoother, pa_rtclock_now(), bytes);
348 pa_smoother_put(u->smoother, pa_rtclock_now(), usec);
604 u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&ss), ss.rate);
606 u->smoother = pa_smoother_new(
770 if (u->smoother)
772 pa_smoother_2_free(u->smoother);
774 pa_smoother_free(u->smoother);