Lines Matching refs:smoother
67 #include <pulsecore/time-smoother.h>
119 pa_smoother_2 *smoother;
121 pa_smoother *smoother;
177 pa_smoother_2_put(u->smoother, pa_rtclock_now(), played_bytes);
179 pa_smoother_put(u->smoother, pa_rtclock_now(), pa_bytes_to_usec(played_bytes, &u->sink->sample_spec));
430 pa_smoother_2_pause(u->smoother, pa_rtclock_now());
432 pa_smoother_pause(u->smoother, pa_rtclock_now());
446 pa_smoother_2_resume(u->smoother, pa_rtclock_now());
448 pa_smoother_resume(u->smoother, pa_rtclock_now(), true);
679 pa_smoother_2_reset(u->smoother, pa_rtclock_now());
681 pa_smoother_set_time_offset(u->smoother, pa_rtclock_now());
709 pa_smoother_2_reset(u->smoother, pa_rtclock_now());
711 pa_smoother_reset(u->smoother, pa_rtclock_now(), true);
769 xsleep_interval = pa_smoother_2_translate(u->smoother, ysleep_interval);
771 xsleep_interval = pa_smoother_translate(u->smoother, xtime0, ysleep_interval);
921 if (!(u->smoother = pa_smoother_new(PA_USEC_PER_SEC, PA_USEC_PER_SEC * 2, true, true, 10, pa_rtclock_now(), true)))
940 u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), u->frame_size, ss.rate);
1183 if (u->smoother)
1185 pa_smoother_2_free(u->smoother);
1187 pa_smoother_free(u->smoother);