webrtc/modules/bitrate_controller
Oleh Prypin 917e5967a5 Revert "Using units in SendSideBandwidthEstimation."
This reverts commit 35b5e5f3b0.

Reason for revert: Breaks downstream project

Original change's description:
> Using units in SendSideBandwidthEstimation.
>
> This CL moves SendSideBandwidthEstimation to use the unit types
> DataRate, TimeDelta and Timestamp. This prepares for upcoming changes.
>
> Bug: webrtc:9718
> Change-Id: If10e329920dda037b53055ff3352ae7f8d7e32b8
> Reviewed-on: https://webrtc-review.googlesource.com/c/104021
> Commit-Queue: Sebastian Jansson <srte@webrtc.org>
> Reviewed-by: Björn Terelius <terelius@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#25029}

TBR=terelius@webrtc.org,srte@webrtc.org

No-Try: True
Bug: webrtc:9718
Change-Id: Iaf470f1eec9911ee6fc7c1b4f5db9675d89d3780
Reviewed-on: https://webrtc-review.googlesource.com/c/104480
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25035}
2018-10-08 08:21:18 +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 Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +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 Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 09:24:45 +00:00
send_side_bandwidth_estimation.cc Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +00:00
send_side_bandwidth_estimation.h Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +00:00
send_side_bandwidth_estimation_unittest.cc Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +00:00