Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c88 unsigned min_history; member
96 unsigned min_history, in pa_smoother_new()
104 pa_assert(min_history >= 2); in pa_smoother_new()
105 pa_assert(min_history <= HISTORY_MAX); in pa_smoother_new()
110 s->min_history = min_history; in pa_smoother_new()
138 * always keep min_history in the history */ in drop_old()
140 while (s->n_history > s->min_history) { in drop_old()
205 if (s->n_history < s->min_history) in avg_gradient()
219 pa_assert(c >= s->min_history); in avg_gradient()
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
[all...]
H A Dtime-smoother.h33 unsigned min_history,

Completed in 1 milliseconds