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

  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_unittest.cc 42 EXPECT_FALSE(audioproc_->DriftCompensationEnabled());
53 EXPECT_TRUE(audioproc_->DriftCompensationEnabled());
55 EXPECT_FALSE(audioproc_->DriftCompensationEnabled());
58 EXPECT_FALSE(audioproc_->DriftCompensationEnabled());
60 EXPECT_FALSE(audioproc_->DriftCompensationEnabled());
voe_audio_processing_impl.h 53 bool DriftCompensationEnabled() override;
voe_audio_processing_impl.cc 489 bool VoEAudioProcessingImpl::DriftCompensationEnabled() {
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h 106 virtual bool DriftCompensationEnabled() = 0;
  /external/webrtc/webrtc/test/
mock_voice_engine.h 60 MOCK_METHOD0(DriftCompensationEnabled, bool());
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 717 WEBRTC_BOOL_STUB(DriftCompensationEnabled, ())

Completed in 62 milliseconds