Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Drate_estimator_unittest.cc32 rate_estimator_add_frames(re, 5 + tmp); in TEST()
63 rate_estimator_add_frames(re, frames_written[i] + tmp); in TEST()
95 rate_estimator_add_frames(re, frames_written[i] + tmp); in TEST()
120 rate_estimator_add_frames(re, 55); in TEST()
125 rate_estimator_add_frames(re, 55); in TEST()
151 rate_estimator_add_frames(re, -(5 + tmp)); in TEST()
183 rate_estimator_add_frames(re, -100); in TEST()
Diodev_unittest.cc2464 void rate_estimator_add_frames(struct rate_estimator *re, int fr) { in rate_estimator_add_frames() function
/external/adhd/cras/src/server/
Drate_estimator.h66 void rate_estimator_add_frames(struct rate_estimator *re, int fr);
Drate_estimator.c58 void rate_estimator_add_frames(struct rate_estimator *re, int fr) in rate_estimator_add_frames() function
Dcras_iodev.c1001 rate_estimator_add_frames(iodev->rate_est, -min_frames); in cras_iodev_put_input_buffer()
1081 rate_estimator_add_frames(iodev->rate_est, nframes); in cras_iodev_put_output_buffer()