Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c64 pa_usec_t smoother_start_time; member
158 s->smoother_start_time = time_stamp; in pa_smoother_2_put()
174 if (time_stamp < s->smoother_start_time + 100 * PA_USEC_PER_MSEC) in pa_smoother_2_put()
210 if (s->usb_hack && time_stamp - s->smoother_start_time < 5 * PA_USEC_PER_SEC) { in pa_smoother_2_put()
215 s->smoother_start_time += temp; in pa_smoother_2_put()
251 if (time_stamp > s->smoother_start_time + s->smoother_window_time) { in pa_smoother_2_put()
357 s->smoother_start_time = 0; in pa_smoother_2_reset()
384 s->smoother_start_time = 0; in pa_smoother_2_pause()

Completed in 1 milliseconds