Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c43 * certain history window (of size 'history_time') with linear
49 * The larger 'history_time' is chosen the better we will suppress
60 pa_usec_t adjust_time, history_time; member
93 pa_usec_t history_time, in pa_smoother_new()
103 pa_assert(history_time > 0); in pa_smoother_new()
109 s->history_time = history_time; in pa_smoother_new()
142 if (s->history_x[s->history_idx] + s->history_time >= x) in drop_old()
91 pa_smoother_new( pa_usec_t adjust_time, pa_usec_t history_time, bool monotonic, bool smoothing, unsigned min_history, pa_usec_t time_offset, bool paused) pa_smoother_new() argument

Completed in 1 milliseconds