Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc1043 ScopedCoMem<WAVEFORMATEX> closest_match; in IsFormatSupported() local
1051 &closest_match); in IsFormatSupported()
1054 if ((error.Error() == S_OK) && (closest_match == nullptr)) { in IsFormatSupported()
1057 } else if ((error.Error() == S_FALSE) && (closest_match != nullptr)) { in IsFormatSupported()
1062 RTC_LOG(INFO) << WaveFormatToString(closest_match.Get()); in IsFormatSupported()
1064 (closest_match == nullptr)) { in IsFormatSupported()