Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
Daudio_processing.h50 struct DelayCorrection { struct
51 DelayCorrection() : enabled(false) {} in DelayCorrection() function
52 explicit DelayCorrection(bool enabled) : enabled(enabled) {} in DelayCorrection() argument
53 bool enabled;
/external/chromium_org/third_party/webrtc/modules/audio_processing/
Decho_cancellation_impl_unittest.cc21 TEST(EchoCancellationInternalTest, DelayCorrection) { in TEST() argument