HomeSort by relevance Sort by last modified time
    Searched refs:SetEchoPath (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.h 44 virtual int SetEchoPath(const void* echo_path, size_t size_bytes);
echo_control_mobile_impl.cc 196 int EchoControlMobileImpl::SetEchoPath(const void* echo_path,
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 374 // 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/
unit_test.cc 584 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(),
    [all...]
process_test.cc 482 apm->echo_control_mobile()->SetEchoPath(echo_path.get(),
    [all...]

Completed in 416 milliseconds