Searched refs:SetEchoPath (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.h44 virtual int SetEchoPath(const void* echo_path, size_t size_bytes);
H A Decho_control_mobile_impl.cc196 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, function in class:webrtc::EchoControlMobileImpl
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h374 // initializer before the next call, using |SetEchoPath()|.
378 // |echo_path_size_bytes()|. |SetEchoPath()| causes an entire reset, worth
384 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc584 apm_->echo_control_mobile()->SetEchoPath(NULL, echo_path_size));
596 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(), 1));
598 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(),
H A Dprocess_test.cc482 apm->echo_control_mobile()->SetEchoPath(echo_path.get(),

Completed in 121 milliseconds