Home
last modified time | relevance | path

Searched defs:RateEstimator (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/rust/src/
Drate_estimator.rs79 pub struct RateEstimator { struct
90 impl RateEstimator { argument
Drate_estimator_bindings.rs20 ) -> *mut RateEstimator { in rate_estimator_create()
39 pub unsafe extern "C" fn rate_estimator_destroy(re: *mut RateEstimator) { in rate_estimator_destroy()
52 pub unsafe extern "C" fn rate_estimator_add_frames(re: *mut RateEstimator, frames: libc::c_int) { in rate_estimator_add_frames()
67 re: *mut RateEstimator, in rate_estimator_check()
104 pub unsafe extern "C" fn rate_estimator_reset_rate(re: *mut RateEstimator, rate: libc::c_uint) { in rate_estimator_reset_rate()