HomeSort by relevance Sort by last modified time
    Searched defs:EchoCancellation (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 22 class EchoCancellation;
204 virtual EchoCancellation* echo_cancellation() const = 0;
254 class EchoCancellation {
256 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
336 virtual ~EchoCancellation() {};
345 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 26 class EchoCancellation;
59 // streams to be aligned. This configuration only applies to EchoCancellation
61 // Note that by disabling reported system delays the EchoCancellation may
343 virtual EchoCancellation* echo_cancellation() const = 0;
395 class EchoCancellation {
397 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
477 virtual ~EchoCancellation() {}
486 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.

Completed in 34 milliseconds