Searched refs:DelayAgnostic (Results 1 – 9 of 9) sorted by relevance
50 TEST(EchoCancellationInternalTest, DelayAgnostic) { in TEST() argument63 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in TEST()71 config.Set<DelayAgnostic>(new DelayAgnostic(false)); in TEST()
558 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()
563 config.Set<DelayAgnostic>( in SetUp()564 new DelayAgnostic(test_config_.aec_type == in SetUp()
449 delay_agnostic_enabled_ = config.Get<DelayAgnostic>().enabled; in SetExtraOptions()
386 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()
265 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in void_main()268 config.Set<DelayAgnostic>(new DelayAgnostic(true)); in void_main()
975 config.Set<DelayAgnostic>(new DelayAgnostic(false)); in TEST_F()
77 struct DelayAgnostic { struct78 DelayAgnostic() : enabled(false) {} in DelayAgnostic() function79 explicit DelayAgnostic(bool enabled) : enabled(enabled) {} in DelayAgnostic() function
813 config.Set<webrtc::DelayAgnostic>( in ApplyOptions()814 new webrtc::DelayAgnostic(*delay_agnostic_aec_)); in ApplyOptions()