Home
last modified time | relevance | path

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

/external/webrtc/api/audio_codecs/
Daudio_format.h93 allow_comfort_noise == b.allow_comfort_noise &&
112 bool allow_comfort_noise = true; // This codec can be used with an external member
/external/webrtc/api/audio_codecs/opus/
Daudio_decoder_multi_channel_opus.cc36 surround_5_1_opus_info.allow_comfort_noise = false; in AppendSupportedDecoders()
51 surround_7_1_opus_info.allow_comfort_noise = false; in AppendSupportedDecoders()
Daudio_encoder_multi_channel_opus.cc32 surround_5_1_opus_info.allow_comfort_noise = false; in AppendSupportedEncoders()
47 surround_7_1_opus_info.allow_comfort_noise = false; in AppendSupportedEncoders()
Daudio_decoder_opus.cc64 opus_info.allow_comfort_noise = false; in AppendSupportedDecoders()
/external/webrtc/rtc_base/strings/
Daudio_format_to_string.cc41 sb << ", allow_comfort_noise: " << aci.allow_comfort_noise; in ToString()
/external/webrtc/api/audio_codecs/test/
Daudio_encoder_factory_template_unittest.cc247 info.allow_comfort_noise = false; in TEST()
Daudio_decoder_factory_template_unittest.cc241 opus_info.allow_comfort_noise = false; in TEST()
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_multi_channel_opus_impl.cc292 info.allow_comfort_noise = false; in QueryAudioEncoder()
Daudio_encoder_opus.cc224 info.allow_comfort_noise = false; in QueryAudioEncoder()
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc709 if (spec.info.allow_comfort_noise) { in CollectCodecs()
1752 if (voice_codec_info->allow_comfort_noise) { in SetSendCodecs()
Dwebrtc_voice_engine_unittest.cc3807 spec1.info.allow_comfort_noise = false; in TEST()
3811 spec2.info.allow_comfort_noise = false; in TEST()