Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Unified Diff: webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h

Issue 2784023002: Major AEC3 render pipeline changes (Closed)
Patch Set: Disabled one more DEATH test that caused issues due to bug on bots Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
diff --git a/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h b/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
index ce8a3d67a019caefe74bd20bcfc92e2db3225fe2..8ce32e243562c810c110647f7112b8cc1c92cce5 100644
--- a/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
+++ b/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.h
@@ -29,6 +29,9 @@ class MatchedFilterLagAggregator {
size_t num_lag_estimates);
~MatchedFilterLagAggregator();
+ // Resets the aggregator.
+ void Reset();
+
// Aggregates the provided lag estimates.
rtc::Optional<size_t> Aggregate(
rtc::ArrayView<const MatchedFilter::LagEstimate> lag_estimates);

Powered by Google App Engine
This is Rietveld 408576698