HomeSort by relevance Sort by last modified time
    Searched defs:echo_cancellation (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 527 EchoCancellation* AudioProcessingImpl::echo_cancellation() const { function in class:webrtc::AudioProcessingImpl
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 158 echo_cancellation.SetFrom(change.echo_cancellation);
172 return echo_cancellation == o.echo_cancellation &&
188 ost << ToStringIfSet("aec", echo_cancellation);
205 Settable<bool> echo_cancellation; member in struct:cricket::AudioOptions
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 599 options.echo_cancellation.Set(
600 ((flags & MediaEngineInterface::ECHO_CANCELLATION) != 0));
669 options.echo_cancellation.Set(false);
689 bool echo_cancellation; local
690 if (options.echo_cancellation.Get(&echo_cancellation)) {
691 if (voep->SetEcStatus(echo_cancellation, ec_mode) == -1) {
692 LOG_RTCERR2(SetEcStatus, echo_cancellation, ec_mode);
697 if (voep->SetEcMetricsStatus(echo_cancellation) == -1) {
698 LOG_RTCERR1(SetEcMetricsStatus, echo_cancellation);
    [all...]

Completed in 203 milliseconds