Searched refs:pa_smoother_2_reset (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother_2.c | 91 pa_smoother_2_reset(s, time_stamp); in pa_smoother_2_new() 113 pa_smoother_2_reset(s, time_stamp); in pa_smoother_2_set_rate() 129 pa_smoother_2_reset(s, time_stamp); in pa_smoother_2_set_sample_spec() 341 void pa_smoother_2_reset(pa_smoother_2 *s, pa_usec_t time_stamp) { in pa_smoother_2_reset() function
|
D | time-smoother_2.h | 30 void pa_smoother_2_reset(pa_smoother_2 *s, pa_usec_t time_stamp);
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 201 pa_smoother_2_reset(u->smoother, now); in sink_process_msg() 335 pa_smoother_2_reset(u->smoother, now); in sink_set_state_in_io_thread_cb() 436 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func()
|
/third_party/pulseaudio/src/modules/ |
D | module-solaris.c | 679 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func() 709 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func()
|
D | module-esound-sink.c | 241 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 472 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in reset_vars()
|
D | alsa-sink.c | 500 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in reset_vars()
|