Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.h28 pa_smoother* pa_smoother_new(
H A Dtime-smoother.c91 pa_smoother* pa_smoother_new( in pa_smoother_new() function
/third_party/pulseaudio/src/tests/
H A 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/
H A Dmodule-esound-sink.c606 u->smoother = pa_smoother_new( in pa__init()
H A Dmodule-solaris.c921 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 Dmodule-combine-sink.c1511 u->thread_info.smoother = pa_smoother_new(
H A Dmodule-tunnel.c2331 u->smoother = pa_smoother_new( in do_init()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c801 u->smoother = pa_smoother_new( in pa_raop_sink_new()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c772 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 Dalsa-sink.c2471 u->smoother = pa_smoother_new( in pa_alsa_sink_new()
H A Dalsa-source.c2162 u->smoother = pa_smoother_new( in pa_alsa_source_new()
/third_party/pulseaudio/src/pulse/
H A Dstream.c1293 s->smoother = pa_smoother_new( in create_stream()

Completed in 29 milliseconds