Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/
H A Dperformance_data.rs77 pub struct EstimatedRate { struct
84 impl EstimatedRate { argument
90 impl fmt::Display for EstimatedRate { implementation
110 fn linear_regression(x: &[f64], y: &[f64]) -> Result<EstimatedRate> { in linear_regression()