Home
last modified time | relevance | path

Searched refs:stream_has_echo (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/
Decho_cancellation_impl.h50 virtual bool stream_has_echo() const;
Dgain_control_impl.cc176 apm_->echo_cancellation()->stream_has_echo(), in ProcessCaptureAudio()
Decho_cancellation_impl.cc283 bool EchoCancellationImpl::stream_has_echo() const { in stream_has_echo() function in webrtc::EchoCancellationImpl
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h295 virtual bool stream_has_echo() const = 0;
/external/webrtc/src/modules/audio_processing/test/
Dunit_test.cc1141 if (apm_->echo_cancellation()->stream_has_echo()) { in TEST_F()