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.cc26 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()
Diodev_unittest.cc2663 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/
Drate_estimator.h39 void rate_estimator_add_frames(rate_estimator *re, int frames);
/external/adhd/cras/src/server/rust/src/
Drate_estimator_bindings.rs52 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/
Dcras_iodev.c1070 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()