Lines Matching refs:pa_rtclock_now
378 now = pa_rtclock_now();
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());
929 now1 = pa_rtclock_now();
960 now1 = pa_rtclock_now();
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);
1761 cusec = pa_smoother_translate(u->smoother, pa_rtclock_now(), sleep_usec);
1784 real_sleep = pa_rtclock_now();
1794 real_sleep = pa_rtclock_now() - real_sleep;
2168 pa_rtclock_now(),
2372 u->smoother = pa_smoother_2_new(SMOOTHER_WINDOW_USEC, pa_rtclock_now(), frame_size, u->source->sample_spec.rate);