HomeSort by relevance Sort by last modified time
    Searched refs:rate_estimator_create (Results 1 - 5 of 5) sorted by null

  /external/adhd/cras/src/server/
rate_estimator.h 54 struct rate_estimator *rate_estimator_create(unsigned int rate,
rate_estimator.c 41 struct rate_estimator *rate_estimator_create(unsigned int rate, function
cras_iodev.c 484 iodev->rate_est = rate_estimator_create(
    [all...]
  /external/adhd/cras/src/tests/
rate_estimator_unittest.cc 24 re = rate_estimator_create(10000, &window, 0.0f);
57 re = rate_estimator_create(7470, &window, 0.0f);
89 re = rate_estimator_create(10000, &window, 0.0f);
113 re = rate_estimator_create(10010, &window, 0.9f);
142 re = rate_estimator_create(10000, &window, 0.0f);
173 re = rate_estimator_create(10000, &this_window, 0.0f);
iodev_unittest.cc 2224 struct rate_estimator *rate_estimator_create(unsigned int rate, function
    [all...]

Completed in 1543 milliseconds