Home
last modified time | relevance | path

Searched defs:DelayAgnostic (Results 1 – 2 of 2) sorted by relevance

/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() argument
80 static const ConfigOptionID identifier = ConfigOptionID::kDelayAgnostic; argument
81 bool enabled;
/external/webrtc/webrtc/modules/audio_processing/
Decho_cancellation_impl_unittest.cc50 TEST(EchoCancellationInternalTest, DelayAgnostic) { in TEST() argument