Home
last modified time | relevance | path

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

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