Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcodec_manager.cc49 if (!RentACodec::IsSupportedNumChannels(*maybe_codec_id, send_codec.channels) in IsValidSendCodec()
Drent_a_codec.h179 static rtc::Optional<bool> IsSupportedNumChannels(CodecId codec_id,
Drent_a_codec.cc85 rtc::Optional<bool> RentACodec::IsSupportedNumChannels(CodecId codec_id, in IsSupportedNumChannels() function in webrtc::acm2::RentACodec