Searched refs:pa_smoother_get (Results 1 - 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother.h | 43 pa_usec_t pa_smoother_get(pa_smoother *s, pa_usec_t x);
|
H A D | time-smoother.c | 390 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 D | smoother-test.c | 80 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 D | module-esound-sink.c | 161 r = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
|
H A D | module-tunnel.c | 608 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 D | module-combine-sink.c | 1044 y = pa_smoother_get(u->thread_info.smoother, x);
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 148 now = pa_smoother_get(u->smoother, now); in sink_get_latency()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 847 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 D | alsa-sink.c | 1040 now2 = pa_smoother_get(u->smoother, now1); in sink_get_latency()
|
H A D | alsa-source.c | 965 now2 = pa_smoother_get(u->smoother, now1); in source_get_latency()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 2542 usec = pa_smoother_get(s->smoother, pa_rtclock_now()); in pa_stream_get_time()
|
Completed in 26 milliseconds