Home | History | Annotate | Download | only in webrtc

Lines Matching refs:echo_cancellation

599   options.echo_cancellation.Set(
600 ((flags & MediaEngineInterface::ECHO_CANCELLATION) != 0));
669 options.echo_cancellation.Set(false);
689 bool echo_cancellation;
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);