Searched refs:closest_match (Results 1 – 1 of 1) sorted by relevance
1043 ScopedCoMem<WAVEFORMATEX> closest_match; in IsFormatSupported() local1051 &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()