webrtc/modules/bitrate_controller
Sebastian Jansson 803e3ff298 Removes unused reserved bitrate in BitrateController.
This removes the reserved bitrate feature as it is not currently used.
This saves debugging time as there is less code to investigate. This
also makes it easier to compare the code with the task queue based
version which lacks this feature.

Bug: webrtc:9586
Change-Id: I207624ceb8d203c88c3d01bfc753d60523f99fe4
Reviewed-on: https://webrtc-review.googlesource.com/92622
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24357}
2018-08-21 12:56:35 +00:00
..
include Removes unused reserved bitrate in BitrateController. 2018-08-21 12:56:35 +00:00
bitrate_controller.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bitrate_controller_impl.cc Removes unused reserved bitrate in BitrateController. 2018-08-21 12:56:35 +00:00
bitrate_controller_impl.h Removes unused reserved bitrate in BitrateController. 2018-08-21 12:56:35 +00:00
bitrate_controller_unittest.cc Removes unused reserved bitrate in BitrateController. 2018-08-21 12:56:35 +00:00
BUILD.gn Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
send_side_bandwidth_estimation.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
send_side_bandwidth_estimation.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
send_side_bandwidth_estimation_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00