Searched refs:pa_smoother_2_new (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother_2.h | 26 pa_smoother_2* pa_smoother_2_new(pa_usec_t window, pa_usec_t time_stamp, uint32_t frame_size, uint3…
|
D | time-smoother_2.c | 78 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/ |
D | module-esound-sink.c | 604 … u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), pa_frame_size(&ss), ss.rate); in pa__init()
|
D | module-solaris.c | 940 u->smoother = pa_smoother_2_new(5*PA_USEC_PER_SEC, pa_rtclock_now(), u->frame_size, ss.rate); in pa__init()
|
D | module-combine-sink.c | 1628 …u->thread_info.smoother = pa_smoother_2_new(u->adjust_time + 5*PA_USEC_PER_SEC, pa_rtclock_now(), … in pa__init()
|
D | module-tunnel.c | 2469 …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/ |
D | raop-sink.c | 799 … 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/ |
D | alsa-source.c | 2372 …u->smoother = pa_smoother_2_new(SMOOTHER_WINDOW_USEC, pa_rtclock_now(), frame_size, u->source->sam… in pa_alsa_source_new()
|
D | alsa-sink.c | 2692 …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/ |
D | module-bluez5-device.c | 770 …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/ |
D | stream.c | 1287 s->smoother = pa_smoother_2_new(SMOOTHER_HISTORY_TIME, x, 0, 0); in create_stream()
|