Searched refs:pa_smoother_2_get (Results 1 – 3 of 3) sorted by relevance
42 pa_usec_t pa_smoother_2_get(pa_smoother_2 *s, pa_usec_t time_stamp);
273 return delay - pa_smoother_2_get(s, time_stamp); in pa_smoother_2_get_delay()284 pa_usec_t pa_smoother_2_get(pa_smoother_2 *s, pa_usec_t time_stamp) { in pa_smoother_2_get() function
2512 usec = pa_smoother_2_get(s->smoother, pa_rtclock_now()); in pa_stream_get_time()