Home
last modified time | relevance | path

Searched defs:echo_cancellation (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h260 virtual MockEchoCancellation* echo_cancellation() const { in echo_cancellation() function
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc155 EchoCancellationImpl* echo_cancellation; member
1144 EchoCancellation* AudioProcessingImpl::echo_cancellation() const { in echo_cancellation() function in webrtc::AudioProcessingImpl
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h121 webrtc::EchoCancellation* echo_cancellation() const override { return NULL; } in echo_cancellation() function
/external/webrtc/talk/media/base/
Dmediachannel.h193 rtc::Optional<bool> echo_cancellation; member