Home
last modified time | relevance | path

Searched refs:from_times_100 (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/server/
Dlinear_resampler.c26 unsigned int from_times_100; member
59 lr->from_times_100 = from * 100; in linear_resampler_set_rates()
107 return lr->from_times_100 != lr->to_times_100; in linear_resampler_needed()
166 while ((lr->src_offset > lr->from_times_100) && in linear_resampler_resample()
168 lr->src_offset -= lr->from_times_100; in linear_resampler_resample()