Searched refs:rate_estimator_create (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/tests/ |
D | rate_estimator_unittest.cc | 24 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()
|
D | iodev_unittest.cc | 2455 struct rate_estimator *rate_estimator_create(unsigned int rate, in rate_estimator_create() function
|
/external/adhd/cras/src/server/ |
D | rate_estimator.h | 54 struct rate_estimator *rate_estimator_create(unsigned int rate,
|
D | rate_estimator.c | 41 struct rate_estimator *rate_estimator_create(unsigned int rate, in rate_estimator_create() function
|
D | cras_iodev.c | 497 iodev->rate_est = rate_estimator_create( in cras_iodev_set_format()
|