Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Drate_estimator_unittest.cc24 re = rate_estimator_create(10000, &window, 0.0f); in TEST()
57 re = rate_estimator_create(7470, &window, 0.0f); in TEST()
89 re = rate_estimator_create(10000, &window, 0.0f); in TEST()
113 re = rate_estimator_create(10010, &window, 0.9f); in TEST()
142 re = rate_estimator_create(10000, &window, 0.0f); in TEST()
173 re = rate_estimator_create(10000, &this_window, 0.0f); in TEST()
Diodev_unittest.cc2455 struct rate_estimator *rate_estimator_create(unsigned int rate, in rate_estimator_create() function
/external/adhd/cras/src/server/
Drate_estimator.h54 struct rate_estimator *rate_estimator_create(unsigned int rate,
Drate_estimator.c41 struct rate_estimator *rate_estimator_create(unsigned int rate, in rate_estimator_create() function
Dcras_iodev.c497 iodev->rate_est = rate_estimator_create( in cras_iodev_set_format()