Searched refs:pa_smoother_reset (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.h | 53 void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused);
|
D | time-smoother.c | 114 pa_smoother_reset(s, time_offset, paused); in pa_smoother_new() 502 void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused) { in pa_smoother_reset() function
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 185 pa_smoother_reset(u->smoother, now, false); in sink_process_msg() 315 pa_smoother_reset(u->smoother, now, false); in sink_set_state_in_io_thread_cb()
|
/third_party/pulseaudio/src/modules/ |
D | module-solaris.c | 683 pa_smoother_reset(u->smoother, pa_rtclock_now(), true); in thread_func()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 455 pa_smoother_reset(u->smoother, pa_rtclock_now(), true); in reset_vars()
|
D | alsa-sink.c | 483 pa_smoother_reset(u->smoother, pa_rtclock_now(), true); in reset_vars()
|