Lines Matching refs:pa_rtclock_now
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);
725 xtime0 = pa_rtclock_now();
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);