Home
last modified time | relevance | path

Searched refs:DelayAgnostic (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Decho_cancellation_impl_unittest.cc50 TEST(EchoCancellationInternalTest, DelayAgnostic) { in TEST() argument
63 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in TEST()
71 config.Set<DelayAgnostic>(new DelayAgnostic(false)); in TEST()
Daudio_processing_performance_unittest.cc558 config->Set<DelayAgnostic>(new DelayAgnostic(true)); in SetUp()
620 config.Set<DelayAgnostic>(new DelayAgnostic(false)); in SetUp()
630 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in SetUp()
Daudio_processing_impl_locking_unittest.cc563 config.Set<DelayAgnostic>( in SetUp()
564 new DelayAgnostic(test_config_.aec_type == in SetUp()
Decho_cancellation_impl.cc449 delay_agnostic_enabled_ = config.Get<DelayAgnostic>().enabled; in SetExtraOptions()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc386 config.Set<DelayAgnostic>( in MaybeRecreateApm()
387 new DelayAgnostic(msg.aec_delay_agnostic_enabled())); in MaybeRecreateApm()
537 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in TEST_F()
Dprocess_test.cc265 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in void_main()
268 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in void_main()
Daudio_processing_unittest.cc975 config.Set<DelayAgnostic>(new DelayAgnostic(false)); in TEST_F()
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h77 struct DelayAgnostic { struct
78 DelayAgnostic() : enabled(false) {} in DelayAgnostic() function
79 explicit DelayAgnostic(bool enabled) : enabled(enabled) {} in DelayAgnostic() function
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc813 config.Set<webrtc::DelayAgnostic>( in ApplyOptions()
814 new webrtc::DelayAgnostic(*delay_agnostic_aec_)); in ApplyOptions()