Lines Matching refs:pa_rtclock_now
406 now = pa_rtclock_now();
500 pa_smoother_2_reset(u->smoother, pa_rtclock_now());
502 pa_smoother_reset(u->smoother, pa_rtclock_now(), true);
1002 now1 = pa_rtclock_now();
1036 now1 = pa_rtclock_now();
1074 pa_smoother_2_pause(u->smoother, pa_rtclock_now());
1076 pa_smoother_pause(u->smoother, pa_rtclock_now());
1875 pa_smoother_2_set_sample_spec(u->smoother, pa_rtclock_now(), &effective_spec);
2012 pa_smoother_2_resume(u->smoother, pa_rtclock_now());
2014 pa_smoother_resume(u->smoother, pa_rtclock_now(), true);
2052 cusec = pa_smoother_translate(u->smoother, pa_rtclock_now(), sleep_usec);
2080 real_sleep = pa_rtclock_now();
2090 real_sleep = pa_rtclock_now() - real_sleep;
2477 pa_rtclock_now(),
2692 u->smoother = pa_smoother_2_new(SMOOTHER_WINDOW_USEC, pa_rtclock_now(), frame_size, u->sink->sample_spec.rate);