Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Drate_estimator_unittest.cc27 rc = rate_estimator_check(re, level, &t); in TEST()
37 rc = rate_estimator_check(re, level, &t); in TEST()
59 rc = rate_estimator_check(re, level, &t); in TEST()
68 rc = rate_estimator_check(re, level, &t); in TEST()
91 rc = rate_estimator_check(re, level, &t); in TEST()
100 rc = rate_estimator_check(re, level, &t); in TEST()
115 rc = rate_estimator_check(re, 240, &t); in TEST()
122 rc = rate_estimator_check(re, 245, &t); in TEST()
127 rc = rate_estimator_check(re, 250, &t); in TEST()
146 rc = rate_estimator_check(re, level, &t); in TEST()
[all …]
Diodev_unittest.cc2469 int rate_estimator_check(struct rate_estimator *re, int level, in rate_estimator_check() function
/external/adhd/cras/src/server/
Drate_estimator.h78 int rate_estimator_check(struct rate_estimator *re, int level,
Drate_estimator.c79 int rate_estimator_check(struct rate_estimator *re, int level, in rate_estimator_check() function
Dcras_iodev.c1170 return rate_estimator_check(iodev->rate_est, level, level_tstamp); in cras_iodev_update_rate()