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

  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.cc 62 size_t EchoControlMobile::echo_path_size_bytes() { function in class:webrtc::EchoControlMobile
202 if (size_bytes != echo_path_size_bytes()) {
221 if (size_bytes != echo_path_size_bytes()) {
284 echo_path_size_bytes()) != 0) {
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 378 // |echo_path_size_bytes()|. |SetEchoPath()| causes an entire reset, worth
389 static size_t echo_path_size_bytes();
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 475 apm->echo_control_mobile()->echo_path_size_bytes();
876 apm->echo_control_mobile()->echo_path_size_bytes();
    [all...]
unit_test.cc 580 apm_->echo_control_mobile()->echo_path_size_bytes();
    [all...]

Completed in 794 milliseconds