Searched refs:rate_estimator_reset_rate (Results 1 – 4 of 4) sorted by relevance
83 void rate_estimator_reset_rate(rate_estimator *re, unsigned int rate);
104 pub unsafe extern "C" fn rate_estimator_reset_rate(re: *mut RateEstimator, rate: libc::c_uint) { in rate_estimator_reset_rate() function
506 rate_estimator_reset_rate(iodev->rate_est, actual_rate); in cras_iodev_set_format()1256 rate_estimator_reset_rate(iodev->rate_est, in cras_iodev_update_rate()1264 rate_estimator_reset_rate(iodev->rate_est, iodev->format->frame_rate); in cras_iodev_reset_rate_estimator()
2674 void rate_estimator_reset_rate(struct rate_estimator* re, unsigned int rate) {} in rate_estimator_reset_rate() function