Home
last modified time | relevance | path

Searched refs:InvalidSmoothFactor (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/server/rust/src/
Drate_estimator.rs13 InvalidSmoothFactor(f64), enumerator
22 InvalidSmoothFactor(sf) => write!(f, "Smooth factor {} is not between 0.0 and 1.0", sf), in fmt()
104 return Err(Error::InvalidSmoothFactor(smooth_factor)); in try_new()