Searched refs:rate_estimator_add_frames (Results 1 – 5 of 5) sorted by relevance
/external/adhd/cras/src/tests/ |
D | rate_estimator_unittest.cc | 26 rate_estimator_add_frames(re, 5 + tmp); in TEST() 54 rate_estimator_add_frames(re, frames_written[i] + tmp); in TEST() 83 rate_estimator_add_frames(re, frames_written[i] + tmp); in TEST() 107 rate_estimator_add_frames(re, 55); in TEST() 112 rate_estimator_add_frames(re, 55); in TEST() 137 rate_estimator_add_frames(re, -(5 + tmp)); in TEST() 166 rate_estimator_add_frames(re, -100); in TEST()
|
D | iodev_unittest.cc | 2663 void rate_estimator_add_frames(struct rate_estimator* re, int fr) { in rate_estimator_add_frames() function
|
/external/adhd/cras/src/server/rust/src/headers/ |
D | rate_estimator.h | 39 void rate_estimator_add_frames(rate_estimator *re, int frames);
|
/external/adhd/cras/src/server/rust/src/ |
D | rate_estimator_bindings.rs | 52 pub unsafe extern "C" fn rate_estimator_add_frames(re: *mut RateEstimator, frames: libc::c_int) { in rate_estimator_add_frames() function
|
/external/adhd/cras/src/server/ |
D | cras_iodev.c | 1070 rate_estimator_add_frames(iodev->rate_est, -min_frames); in cras_iodev_put_input_buffer() 1174 rate_estimator_add_frames(iodev->rate_est, nframes); in cras_iodev_put_output_buffer() 1687 rate_estimator_add_frames(iodev->rate_est, -frames); in cras_iodev_drop_frames()
|