Home
last modified time | relevance | path

Searched refs:pa_smoother_2_translate (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother_2.h44 pa_usec_t pa_smoother_2_translate(pa_smoother_2 *s, pa_usec_t time_difference);
Dtime-smoother_2.c320 pa_usec_t pa_smoother_2_translate(pa_smoother_2 *s, pa_usec_t time_difference) { in pa_smoother_2_translate() function
/third_party/pulseaudio/src/modules/
Dmodule-solaris.c769 xsleep_interval = pa_smoother_2_translate(u->smoother, ysleep_interval); in thread_func()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1759 cusec = pa_smoother_2_translate(u->smoother, sleep_usec); in thread_func()
Dalsa-sink.c2050 cusec = pa_smoother_2_translate(u->smoother, sleep_usec); in thread_func()