Home
last modified time | relevance | path

Searched refs:pa_smoother_2_get (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother_2.h42 pa_usec_t pa_smoother_2_get(pa_smoother_2 *s, pa_usec_t time_stamp);
Dtime-smoother_2.c273 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
/third_party/pulseaudio/src/pulse/
Dstream.c2512 usec = pa_smoother_2_get(s->smoother, pa_rtclock_now()); in pa_stream_get_time()