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

  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl_unittest.cc 50 TEST(EchoCancellationInternalTest, DelayAgnostic) {
63 config.Set<DelayAgnostic>(new DelayAgnostic(true));
71 config.Set<DelayAgnostic>(new DelayAgnostic(false));
audio_processing_performance_unittest.cc 558 config->Set<DelayAgnostic>(new DelayAgnostic(true));
620 config.Set<DelayAgnostic>(new DelayAgnostic(false));
630 config.Set<DelayAgnostic>(new DelayAgnostic(true));
echo_cancellation_impl.cc 449 delay_agnostic_enabled_ = config.Get<DelayAgnostic>().enabled;
audio_processing_impl_locking_unittest.cc 563 config.Set<DelayAgnostic>(
564 new DelayAgnostic(test_config_.aec_type ==
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 77 struct DelayAgnostic {
78 DelayAgnostic() : enabled(false) {}
79 explicit DelayAgnostic(bool enabled) : enabled(enabled) {}
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc 386 config.Set<DelayAgnostic>(
387 new DelayAgnostic(msg.aec_delay_agnostic_enabled()));
537 config.Set<DelayAgnostic>(new DelayAgnostic(true));
process_test.cc 265 config.Set<DelayAgnostic>(new DelayAgnostic(true));
268 config.Set<DelayAgnostic>(new DelayAgnostic(true));
    [all...]
audio_processing_unittest.cc     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 813 config.Set<webrtc::DelayAgnostic>(
814 new webrtc::DelayAgnostic(*delay_agnostic_aec_));
    [all...]

Completed in 1905 milliseconds