Searched refs:EchoPathDelayEstimator (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | echo_path_delay_estimator.cc | 22 EchoPathDelayEstimator::EchoPathDelayEstimator( in EchoPathDelayEstimator() function in webrtc::EchoPathDelayEstimator 53 EchoPathDelayEstimator::~EchoPathDelayEstimator() = default; 55 void EchoPathDelayEstimator::Reset(bool reset_delay_confidence) { in Reset() 59 absl::optional<DelayEstimate> EchoPathDelayEstimator::EstimateDelay( in EstimateDelay() 116 void EchoPathDelayEstimator::Reset(bool reset_lag_aggregator, in Reset()
|
D | echo_path_delay_estimator.h | 33 class EchoPathDelayEstimator { 35 EchoPathDelayEstimator(ApmDataDumper* data_dumper, 38 ~EchoPathDelayEstimator(); 75 RTC_DISALLOW_COPY_AND_ASSIGN(EchoPathDelayEstimator);
|
D | echo_path_delay_estimator_unittest.cc | 56 EchoPathDelayEstimator estimator(&data_dumper, config, num_capture_channels); in TEST_P() 71 TEST(EchoPathDelayEstimator, DelayEstimation) { in TEST() argument 94 EchoPathDelayEstimator estimator(&data_dumper, config, in TEST() 133 TEST(EchoPathDelayEstimator, NoDelayEstimatesForLowLevelRenderSignals) { in TEST() argument 146 EchoPathDelayEstimator estimator(&data_dumper, config, kNumCaptureChannels); in TEST() 171 EchoPathDelayEstimator estimator(&data_dumper, config, 1); in TEST() 186 EchoPathDelayEstimator estimator(&data_dumper, config, 1); in TEST() 198 EXPECT_DEATH(EchoPathDelayEstimator(nullptr, EchoCanceller3Config(), 1), ""); in TEST()
|
D | render_delay_controller.cc | 54 EchoPathDelayEstimator delay_estimator_;
|