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

Unified Diff: modules/congestion_controller/include/send_side_congestion_controller.h

Issue 3004783002: Push back on the video encoder to avoid building queues in the pacer. (Closed)
Patch Set: Rebase Created 3 years, 3 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
« no previous file with comments | « no previous file | modules/congestion_controller/send_side_congestion_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/congestion_controller/include/send_side_congestion_controller.h
diff --git a/modules/congestion_controller/include/send_side_congestion_controller.h b/modules/congestion_controller/include/send_side_congestion_controller.h
index 77bdf3784e7fe37d8206c9a127328228abb5e091..cb4b6410c98615a3c1fefdba7b5ceba5e1cef207 100644
--- a/modules/congestion_controller/include/send_side_congestion_controller.h
+++ b/modules/congestion_controller/include/send_side_congestion_controller.h
@@ -154,6 +154,9 @@ class SendSideCongestionController : public CallStatsObserver,
rtc::RaceChecker worker_race_;
+ bool pacer_pushback_experiment_ = false;
+ float encoding_rate_ = 1.0;
+
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(SendSideCongestionController);
};
« no previous file with comments | « no previous file | modules/congestion_controller/send_side_congestion_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698