Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc90 bool AudioCodingModule::IsCodecValid(const CodecInst& codec) { in IsCodecValid() function in webrtc::AudioCodingModule
91 bool valid = acm2::RentACodec::IsCodecValid(codec); in IsCodecValid()
Drent_a_codec.h171 static bool IsCodecValid(const CodecInst& codec_inst);
Drent_a_codec.cc81 bool RentACodec::IsCodecValid(const CodecInst& codec_inst) { in IsCodecValid() function in webrtc::acm2::RentACodec
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h170 static bool IsCodecValid(const CodecInst& codec);
/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.cc100 if (!AudioCodingModule::IsCodecValid(codec)) { in SetSendCodec()