Searched refs:pa_smoother_new (Results 1 - 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother.h | 28 pa_smoother* pa_smoother_new(
|
H A D | time-smoother.c | 91 pa_smoother* pa_smoother_new( in pa_smoother_new() function
|
/third_party/pulseaudio/src/tests/ |
H A D | smoother-test.c | 67 s = pa_smoother_new(700*PA_USEC_PER_MSEC, 2000*PA_USEC_PER_MSEC, false, true, 6, 0, true); in START_TEST()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 606 u->smoother = pa_smoother_new( in pa__init()
|
H A D | module-solaris.c | 921 if (!(u->smoother = pa_smoother_new(PA_USEC_PER_SEC, PA_USEC_PER_SEC * 2, true, true, 10, pa_rtclock_now(), true))) in pa__init()
|
H A D | module-combine-sink.c | 1511 u->thread_info.smoother = pa_smoother_new(
|
H A D | module-tunnel.c | 2331 u->smoother = pa_smoother_new( in do_init()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 801 u->smoother = pa_smoother_new( in pa_raop_sink_new()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 772 u->read_smoother = pa_smoother_new(PA_USEC_PER_SEC, 2*PA_USEC_PER_SEC, true, true, 10, pa_rtclock_now(), true); in setup_stream()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 2471 u->smoother = pa_smoother_new( in pa_alsa_sink_new()
|
H A D | alsa-source.c | 2162 u->smoother = pa_smoother_new( in pa_alsa_source_new()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 1293 s->smoother = pa_smoother_new( in create_stream()
|
Completed in 29 milliseconds