HomeSort by relevance Sort by last modified time
    Searched refs:delay_correction_enabled_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
echo_cancellation_impl.h 74 bool delay_correction_enabled_; member in class:webrtc::EchoCancellationImpl
echo_cancellation_impl.cc 70 delay_correction_enabled_(false),
325 delay_correction_enabled_ = config.Get<DelayCorrection>().enabled;
365 static_cast<Handle*>(handle)), delay_correction_enabled_ ? 1 : 0);

Completed in 28 milliseconds