Searched refs:rate_estimator_add_frames (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/tests/ |
D | rate_estimator_unittest.cc | 32 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()
|
D | iodev_unittest.cc | 2464 void rate_estimator_add_frames(struct rate_estimator *re, int fr) { in rate_estimator_add_frames() function
|
/external/adhd/cras/src/server/ |
D | rate_estimator.h | 66 void rate_estimator_add_frames(struct rate_estimator *re, int fr);
|
D | rate_estimator.c | 58 void rate_estimator_add_frames(struct rate_estimator *re, int fr) in rate_estimator_add_frames() function
|
D | cras_iodev.c | 1001 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()
|