Home
last modified time | relevance | path

Searched refs:pa_smoother_get (Results 1 – 11 of 11) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.h43 pa_usec_t pa_smoother_get(pa_smoother *s, pa_usec_t x);
Dtime-smoother.c390 pa_usec_t pa_smoother_get(pa_smoother *s, pa_usec_t x) { in pa_smoother_get() function
/third_party/pulseaudio/src/tests/
Dsmoother-test.c80 …u", (unsigned long long) (x/PA_USEC_PER_MSEC), (unsigned long long) (pa_smoother_get(s, x)/PA_USEC… in START_TEST()
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c147 r = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
Dmodule-tunnel.c514 yr = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
625 yr = pa_smoother_get(u->smoother, pa_rtclock_now()); in source_process_msg()
Dmodule-combine-sink.c892 y = pa_smoother_get(u->thread_info.smoother, x); in sink_process_msg()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c134 now = pa_smoother_get(u->smoother, now); in sink_get_latency()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c880 wi = pa_smoother_get(u->read_smoother, pa_rtclock_now()); in source_process_msg()
1066 ri = pa_smoother_get(u->read_smoother, pa_rtclock_now()); in sink_process_msg()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c925 now2 = pa_smoother_get(u->smoother, now1); in source_get_latency()
Dalsa-sink.c1007 now2 = pa_smoother_get(u->smoother, now1); in sink_get_latency()
/third_party/pulseaudio/src/pulse/
Dstream.c2470 usec = pa_smoother_get(s->smoother, pa_rtclock_now()); in pa_stream_get_time()