Searched refs:pa_smoother_get (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.h | 43 pa_usec_t pa_smoother_get(pa_smoother *s, pa_usec_t x);
|
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/ |
D | smoother-test.c | 80 …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/ |
D | module-esound-sink.c | 147 r = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
|
D | module-tunnel.c | 514 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()
|
D | module-combine-sink.c | 892 y = pa_smoother_get(u->thread_info.smoother, x); in sink_process_msg()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 134 now = pa_smoother_get(u->smoother, now); in sink_get_latency()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 880 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/ |
D | alsa-source.c | 925 now2 = pa_smoother_get(u->smoother, now1); in source_get_latency()
|
D | alsa-sink.c | 1007 now2 = pa_smoother_get(u->smoother, now1); in sink_get_latency()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 2470 usec = pa_smoother_get(s->smoother, pa_rtclock_now()); in pa_stream_get_time()
|