Home
last modified time | relevance | path

Searched refs:pa_smoother_new (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.h28 pa_smoother* pa_smoother_new(
Dtime-smoother.c91 pa_smoother* pa_smoother_new( in pa_smoother_new() function
/third_party/pulseaudio/src/tests/
Dsmoother-test.c67 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/
Dmodule-esound-sink.c564 u->smoother = pa_smoother_new( in pa__init()
Dmodule-solaris.c889 …if (!(u->smoother = pa_smoother_new(PA_USEC_PER_SEC, PA_USEC_PER_SEC * 2, true, true, 10, pa_rtclo… in pa__init()
Dmodule-combine-sink.c1325 u->thread_info.smoother = pa_smoother_new( in pa__init()
Dmodule-tunnel.c1968 u->smoother = pa_smoother_new( in pa__init()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c764 u->smoother = pa_smoother_new( in pa_raop_sink_new()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c846 …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/
Dalsa-source.c2080 u->smoother = pa_smoother_new( in pa_alsa_source_new()
Dalsa-sink.c2383 u->smoother = pa_smoother_new( in pa_alsa_sink_new()
/third_party/pulseaudio/src/pulse/
Dstream.c1257 s->smoother = pa_smoother_new( in create_stream()