Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c35 pa_usec_t smoother_window_time; member
87 s->smoother_window_time = window; in pa_smoother_2_new()
227 /* Parameter for lowpass filters with time constants of smoother_window_time in pa_smoother_2_put()
228 * and smoother_window_time/8 */ in pa_smoother_2_put()
229 temp = (double)s->smoother_window_time / 6.2831853; in pa_smoother_2_put()
251 if (time_stamp > s->smoother_start_time + s->smoother_window_time) { in pa_smoother_2_put()

Completed in 1 milliseconds