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

/external/webrtc/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc496 int VoEAudioProcessingImpl::SetEcStatus(bool enable, EcModes mode) { function in class:webrtc::VoEAudioProcessingImpl
498 "SetEcStatus(enable=%d, mode=%d)", enable, mode);
512 "SetEcStatus() disable AECM before enabling AEC");
516 "SetEcStatus() failed to disable AECM");
523 "SetEcStatus() failed to set AEC state");
533 "SetEcStatus() failed to set aggressiveness to high");
543 "SetEcStatus() failed to set aggressiveness to moderate");
555 "SetEcStatus() disable AEC before enabling AECM");
559 "SetEcStatus() failed to disable AEC");
567 "SetEcStatus() faile
[all...]

Completed in 25 milliseconds