webrtc/modules/congestion_controller/goog_cc
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 Adds feedback only mode to GoogCC. 2018-08-06 15:43:37 +00:00
test Adds scenario test framework. 2018-09-27 12:31:33 +00:00
acknowledged_bitrate_estimator.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
acknowledged_bitrate_estimator.h Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. 2018-06-27 10:33:40 +00:00
acknowledged_bitrate_estimator_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
alr_detector.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
alr_detector.h Printing internal state of GoogCC. 2018-09-04 17:26:02 +00:00
alr_detector_unittest.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
bitrate_estimator.cc Field trial to initialize throughput estimate faster. 2018-07-05 12:14:04 +00:00
bitrate_estimator.h Field trial to initialize throughput estimate faster. 2018-07-05 12:14:04 +00:00
BUILD.gn Adds simulated time scenario client. 2018-09-28 12:30:44 +00:00
delay_based_bwe.cc Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00
delay_based_bwe.h Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00
delay_based_bwe_unittest.cc Limit BWE reductions before first measured throughput. 2018-07-18 13:51:05 +00:00
delay_based_bwe_unittest_helper.cc Enable clang::find_bad_constructs for congestion_controller/goog_cc. 2018-07-26 13:32:29 +00:00
delay_based_bwe_unittest_helper.h Enable clang::find_bad_constructs for congestion_controller/goog_cc. 2018-07-26 13:32:29 +00:00
delay_increase_detector_interface.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
goog_cc_factory.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
goog_cc_network_control.cc Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +00:00
goog_cc_network_control.h Removes initial window field trial. 2018-10-05 15:41:50 +00:00
goog_cc_network_control_unittest.cc Revert "Using units in SendSideBandwidthEstimation." 2018-10-08 08:21:18 +00:00
median_slope_estimator.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
median_slope_estimator.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
median_slope_estimator_unittest.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
probe_bitrate_estimator.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
probe_bitrate_estimator.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
probe_bitrate_estimator_unittest.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
probe_controller.cc Always sends probes when they are generated. 2018-08-02 15:36:12 +00:00
probe_controller.h Always sends probes when they are generated. 2018-08-02 15:36:12 +00:00
probe_controller_unittest.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
trendline_estimator.cc Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00
trendline_estimator.h Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00
trendline_estimator_unittest.cc Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00