Home
last modified time | relevance | path

Searched defs:pa_smoother (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c59 struct pa_smoother { struct
60 pa_usec_t adjust_time, history_time;
62 pa_usec_t time_offset;
64 pa_usec_t px, py; /* Point p, where we want to reach stability */
65 double dp; /* Gradient we want at point p */
67 pa_usec_t ex, ey; /* Point e, which we estimated before and need to smooth to */
91 pa_smoother* pa_smoother_new( in pa_smoother_new() argument
Dtime-smoother.h26 typedef struct pa_smoother pa_smoother; typedef