Home | History | Annotate | Download | only in webrtc

Lines Matching defs:config

29 #include <config.h>
270 webrtc::AudioState::Config MakeAudioStateConfig(VoEWrapper* voe_wrapper) {
271 webrtc::AudioState::Config config;
272 config.voice_engine = voe_wrapper->engine();
273 return config;
807 webrtc::Config config;
813 config.Set<webrtc::DelayAgnostic>(
822 config.Set<webrtc::ExtendedFilter>(
831 config.Set<webrtc::ExperimentalNs>(
839 audioproc->SetExtraOptions(config);
979 // NB: If we start messing with other config fields, we'll want
983 webrtc::AgcConfig config = default_agc_config_;
984 config.targetLeveldBOv -= delta;
988 << config.targetLeveldBOv << "dB";
990 if (voe_wrapper_->processing()->SetAgcConfig(config) == -1) {
991 LOG_RTCERR1(SetAgcConfig, config.targetLeveldBOv);
1191 webrtc::AudioSendStream::Config config_;
1269 webrtc::AudioReceiveStream::Config config_;
1607 // Loop through the codecs list again to config the CN codec.