Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
Daudio_processing.h62 struct ReportedDelay { struct
63 ReportedDelay() : enabled(true) {} in ReportedDelay() function
64 explicit ReportedDelay(bool enabled) : enabled(enabled) {} in ReportedDelay() argument
65 bool enabled;
/external/chromium_org/third_party/webrtc/modules/audio_processing/
Decho_cancellation_impl_unittest.cc51 TEST(EchoCancellationInternalTest, ReportedDelay) { in TEST() argument