Searched defs:SetRxAgcConfig (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc439 int VoEAudioProcessingImpl::SetRxAgcConfig(int channel, function in class:webrtc::VoEAudioProcessingImpl
442 "SetRxAgcConfig(channel=%d)", channel);
453 "SetRxAgcConfig() failed to locate channel");
456 return channelPtr->SetRxAgcConfig(config);
459 "SetRxAgcConfig() Agc is not supported");
H A Dchannel.cc2845 Channel::SetRxAgcConfig(AgcConfig config) function in class:webrtc::voe::Channel
2848 "Channel::SetRxAgcConfig()");
2855 "SetRxAgcConfig() failed to set target peak |level|"
2864 "SetRxAgcConfig() failed to set the range in |gain| the"
2873 "SetRxAgcConfig() failed to set hard limiter to the signal");

Completed in 1337 milliseconds