Searched refs:pa_smoother_new (Results 1 – 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.h | 28 pa_smoother* pa_smoother_new(
|
D | time-smoother.c | 91 pa_smoother* pa_smoother_new( in pa_smoother_new() function
|
/third_party/pulseaudio/src/tests/ |
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/ |
D | module-esound-sink.c | 564 u->smoother = pa_smoother_new( in pa__init()
|
D | module-solaris.c | 889 …if (!(u->smoother = pa_smoother_new(PA_USEC_PER_SEC, PA_USEC_PER_SEC * 2, true, true, 10, pa_rtclo… in pa__init()
|
D | module-combine-sink.c | 1325 u->thread_info.smoother = pa_smoother_new( in pa__init()
|
D | module-tunnel.c | 1968 u->smoother = pa_smoother_new( in pa__init()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 764 u->smoother = pa_smoother_new( in pa_raop_sink_new()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 846 …u->read_smoother = pa_smoother_new(PA_USEC_PER_SEC, 2*PA_USEC_PER_SEC, true, true, 10, pa_rtclock_… in setup_stream()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 2080 u->smoother = pa_smoother_new( in pa_alsa_source_new()
|
D | alsa-sink.c | 2383 u->smoother = pa_smoother_new( in pa_alsa_sink_new()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 1257 s->smoother = pa_smoother_new( in create_stream()
|