Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c42 uint32_t hack_threshold; member
86 s->hack_threshold = 0; in pa_smoother_2_new()
211 if ((time_delta_system - filtered_time_delta_card / s->time_factor) > (double)s->hack_threshold) { in pa_smoother_2_put()
337 s->hack_threshold = offset; in pa_smoother_2_usb_hack_enable()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c2700 uint32_t hack_threshold; in pa_alsa_sink_new() local
2702 hack_threshold = 2000; in pa_alsa_sink_new()
2704 hack_threshold = 1000; in pa_alsa_sink_new()
2705 pa_smoother_2_usb_hack_enable(u->smoother, true, hack_threshold); in pa_alsa_sink_new()

Completed in 5 milliseconds