Searched refs:rate_estimator_create (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/tests/ |
D | rate_estimator_unittest.cc | 18 re = rate_estimator_create(10000, &window, 0.0f); in TEST() 48 re = rate_estimator_create(7470, &window, 0.0f); in TEST() 77 re = rate_estimator_create(10000, &window, 0.0f); in TEST() 101 re = rate_estimator_create(10010, &window, 0.9f); in TEST() 129 re = rate_estimator_create(10000, &window, 0.0f); in TEST() 156 re = rate_estimator_create(10000, &this_window, 0.0f); in TEST()
|
D | iodev_unittest.cc | 2655 struct rate_estimator* rate_estimator_create(unsigned int rate, in rate_estimator_create() function
|
/external/adhd/cras/src/server/rust/src/headers/ |
D | rate_estimator.h | 57 rate_estimator *rate_estimator_create(unsigned int rate,
|
/external/adhd/cras/src/server/rust/src/ |
D | rate_estimator_bindings.rs | 16 pub unsafe extern "C" fn rate_estimator_create( in rate_estimator_create() function
|
/external/adhd/cras/src/server/ |
D | cras_iodev.c | 502 iodev->rate_est = rate_estimator_create( in cras_iodev_set_format()
|