Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c136 double time_delta_system, time_delta_card, drift, filter_constant, filter_constant_1; in pa_smoother_2_put() local
230 filter_constant = iteration_time / (iteration_time + temp / 8.0); in pa_smoother_2_put()
240 s->drift_filter = (1 - filter_constant) * s->drift_filter + filter_constant * drift; in pa_smoother_2_put()
241 s->drift_filter_1 = (1 - filter_constant) * s->drift_filter_1 + filter_constant * s->drift_filter; in pa_smoother_2_put()
/third_party/libinput/src/
H A Dfilter-flat.c114 .filter_constant = accelerator_filter_noop_flat,
H A Dfilter-trackpoint-flat.c131 .filter_constant = trackpoint_flat_filter_noop,
H A Dfilter-touchpad-flat.c112 .filter_constant = accelerator_filter_noop_touchpad_flat,
H A Dfilter-tablet.c149 .filter_constant = NULL,
H A Dfilter-private.h37 struct normalized_coords (*filter_constant)( member
H A Dfilter-trackpoint.c176 .filter_constant = trackpoint_accelerator_filter_noop,
H A Dfilter-mouse.c272 .filter_constant = accelerator_filter_noop,
H A Dfilter-low-dpi.c212 .filter_constant = accelerator_filter_noop,
H A Dfilter-touchpad.c280 .filter_constant = touchpad_constant_filter,
H A Dfilter-touchpad-x230.c289 .filter_constant = accelerator_filter_constant_x230,
H A Dfilter.c53 return filter->interface->filter_constant(filter, unaccelerated, data, time); in filter_dispatch_constant()
H A Dfilter-custom.c410 .filter_constant = custom_accelerator_filter_fallback,

Completed in 8 milliseconds