Searched defs:DelayAgnostic (Results 1 – 2 of 2) sorted by relevance
77 struct DelayAgnostic { struct78 DelayAgnostic() : enabled(false) {} in DelayAgnostic() argument79 explicit DelayAgnostic(bool enabled) : enabled(enabled) {} in DelayAgnostic() argument80 static const ConfigOptionID identifier = ConfigOptionID::kDelayAgnostic; argument81 bool enabled;
50 TEST(EchoCancellationInternalTest, DelayAgnostic) { in TEST() argument