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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
mock_audio_processing.h 166 : echo_cancellation_(new MockEchoCancellation),
245 return echo_cancellation_.get();
267 scoped_ptr<MockEchoCancellation> echo_cancellation_; member in class:webrtc::MockAudioProcessing
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl.cc 76 : echo_cancellation_(NULL),
99 echo_cancellation_ = new EchoCancellationImpl(this, crit_);
100 component_list_.push_back(echo_cancellation_);
463 msg->set_drift(echo_cancellation_->stream_drift_samples());
486 RETURN_ON_ERR(echo_cancellation_->ProcessCaptureAudio(ca));
607 RETURN_ON_ERR(echo_cancellation_->ProcessRenderAudio(ra));
743 return echo_cancellation_;
audio_processing_impl.h 164 EchoCancellationImpl* echo_cancellation_; member in class:webrtc::AudioProcessingImpl

Completed in 2090 milliseconds