Home
last modified time | relevance | path

Searched refs:pa_smoother_2_new (Results 1 – 11 of 11) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother_2.h26 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint3…
Dtime-smoother_2.c78 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint3… in pa_smoother_2_new() function
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c604 … u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&ss), ss.rate); in pa__init()
Dmodule-solaris.c940 u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), u->frame_size, ss.rate); in pa__init()
Dmodule-combine-sink.c1628 …u->thread_info.smoother = pa_smoother_2_new(u->adjust_time + 5*PA_USEC_PER_SEC, pa_rtclock_now(), … in pa__init()
Dmodule-tunnel.c2469 …u->smoother = pa_smoother_2_new(LATENCY_INTERVAL + 5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_s… in do_init()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c799 … u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&ss), ss.rate); in pa_raop_sink_new()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c2372 …u->smoother = pa_smoother_2_new(SMOOTHER_WINDOW_USEC, pa_rtclock_now(), frame_size, u->source->sam… in pa_alsa_source_new()
Dalsa-sink.c2692 …u->smoother = pa_smoother_2_new(SMOOTHER_WINDOW_USEC, pa_rtclock_now(), frame_size, u->sink->sampl… in pa_alsa_sink_new()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c770 …u->read_smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&u->decode… in setup_stream()
/third_party/pulseaudio/src/pulse/
Dstream.c1287 s->smoother = pa_smoother_2_new(SMOOTHER_HISTORY_TIME, x, 0, 0); in create_stream()