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

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc

Issue 1202253003: More Simulation Framework features (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Comments addressed [2] Created 5 years, 6 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/remote_bitrate_estimator/test/estimators/nada.cc
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
index c28749d1d3aa703e161125a0917f6ad97ad37a2f..0adc21b337f6df65bd7ca7a534583c88e3e2728f 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
@@ -43,6 +43,7 @@ NadaBweReceiver::NadaBweReceiver(int flow_id)
last_delays_index_(0),
exp_smoothed_delay_ms_(-1),
est_queuing_delay_signal_ms_(0) {
+ rate_counter_.set_windows_size_ms(kReceivingRateTimeWindowMs);
}
NadaBweReceiver::~NadaBweReceiver() {

Powered by Google App Engine
This is Rietveld 408576698