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

  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.h 69 // clients should use GetEchoCancellationProperty().
75 bool GetEchoCancellationProperty();
media_stream_audio_processor_options.cc 119 if (GetEchoCancellationProperty())
124 // GetEchoCancellationProperty().
146 bool MediaAudioConstraints::GetEchoCancellationProperty() {
media_stream_audio_processor_unittest.cc 299 EXPECT_FALSE(audio_constraints.GetEchoCancellationProperty());
312 EXPECT_TRUE(audio_constraints_1.GetEchoCancellationProperty());
322 EXPECT_FALSE(audio_constraints_2.GetEchoCancellationProperty());
media_stream_audio_processor.cc 384 audio_constraints.GetEchoCancellationProperty();

Completed in 5059 milliseconds