Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dwave_format.rs393 impl From<&WaveAudioFormat> for WaveFormatMetric { implementation
394 fn from(format: &WaveAudioFormat) -> WaveFormatMetric { in from()