Searched refs:SetEchoPath (Results 1 - 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ |
H A D | echo_control_mobile_impl.h | 52 int SetEchoPath(const void* echo_path, size_t size_bytes) override;
|
H A D | echo_control_mobile_impl.cc | 263 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, function in class:webrtc::EchoControlMobileImpl
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
H A D | mock_audio_processing.h | 71 MOCK_METHOD2(SetEchoPath,
|
H A D | audio_processing.h | 737 // initializer before the next call, using |SetEchoPath()|. 741 // |echo_path_size_bytes()|. |SetEchoPath()| causes an entire reset, worth 747 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
H A D | process_test.cc | 543 apm->echo_control_mobile()->SetEchoPath(echo_path.get(),
|
H A D | audio_processing_unittest.cc | 1087 apm_->echo_control_mobile()->SetEchoPath(NULL, echo_path_size)); 1099 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(), 1)); 1101 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(),
|
Completed in 201 milliseconds