Lines Matching refs:pa_rtclock_now
378 pa_core_rttime_restart(u->core, e, pa_rtclock_now() + u->adjust_time);
438 u->thread_info.timestamp = pa_rtclock_now();
451 now = pa_rtclock_now();
503 u->thread_info.render_timestamp = pa_rtclock_now();
777 o->latency_snapshot.timestamp = pa_rtclock_now();
849 u->time_event = pa_core_rttime_new(u->core, pa_rtclock_now() + pa_sink_get_requested_latency(u->sink), time_callback, u);
881 pa_smoother_2_resume(u->thread_info.smoother, pa_rtclock_now());
883 pa_smoother_2_pause(u->thread_info.smoother, pa_rtclock_now());
885 pa_smoother_resume(u->thread_info.smoother, pa_rtclock_now(), true);
887 pa_smoother_pause(u->thread_info.smoother, pa_rtclock_now());
1039 *delay = pa_smoother_2_get_delay(u->thread_info.smoother, pa_rtclock_now(), u->thread_info.counter);
1043 x = pa_rtclock_now();
1517 pa_rtclock_now(),
1628 u->thread_info.smoother = pa_smoother_2_new(u->adjust_time + 5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&u->sink->sample_spec), u->sink->sample_spec.rate);
1714 u->time_event = pa_core_rttime_new(m->core, pa_rtclock_now() + u->adjust_time, time_callback, u);