Searched refs:pa_smoother_translate (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother.h | 46 pa_usec_t pa_smoother_translate(pa_smoother *s, pa_usec_t x, pa_usec_t y_delay);
|
H A D | time-smoother.c | 476 pa_usec_t pa_smoother_translate(pa_smoother *s, pa_usec_t x, pa_usec_t y_delay) { in pa_smoother_translate() function
|
/third_party/pulseaudio/src/modules/ |
H A D | module-solaris.c | 771 xsleep_interval = pa_smoother_translate(u->smoother, xtime0, ysleep_interval); in thread_func()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 2052 cusec = pa_smoother_translate(u->smoother, pa_rtclock_now(), sleep_usec); in thread_func()
|
H A D | alsa-source.c | 1761 cusec = pa_smoother_translate(u->smoother, pa_rtclock_now(), sleep_usec); in thread_func()
|
Completed in 9 milliseconds