Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.h43 pa_usec_t pa_smoother_get(pa_smoother *s, pa_usec_t x);
H A 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/
H A Dsmoother-test.c80 pa_log_debug("%llu\t%llu", (unsigned long long) (x/PA_USEC_PER_MSEC), (unsigned long long) (pa_smoother_get(s, x)/PA_USEC_PER_MSEC)); in START_TEST()
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c161 r = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
H A Dmodule-tunnel.c608 yr = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
749 yr = pa_smoother_get(u->smoother, pa_rtclock_now()); in source_process_msg()
H A Dmodule-combine-sink.c1044 y = pa_smoother_get(u->thread_info.smoother, x);
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c148 now = pa_smoother_get(u->smoother, now); in sink_get_latency()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c847 wi = pa_smoother_get(u->read_smoother, pa_rtclock_now()); in source_process_msg()
1087 ri = pa_smoother_get(u->read_smoother, pa_rtclock_now()); in sink_process_msg()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c1040 now2 = pa_smoother_get(u->smoother, now1); in sink_get_latency()
H A Dalsa-source.c965 now2 = pa_smoother_get(u->smoother, now1); in source_get_latency()
/third_party/pulseaudio/src/pulse/
H A Dstream.c2542 usec = pa_smoother_get(s->smoother, pa_rtclock_now()); in pa_stream_get_time()

Completed in 26 milliseconds