webrtc/modules/remote_bitrate_estimator/test
Sebastian Jansson 885cf60106 Moves ProbeBitrateEstimator from DelayBasedBwe.
This prepares for providing an additional implementation of delay based
rate control. By moving the probe controller, less code will have to be
added in the upcoming CL.

Bug: webrtc:9718
Change-Id: I64eb2c8f5f7950b6e9d209f110dc0a757c710b4b
Reviewed-on: https://webrtc-review.googlesource.com/c/111860
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25770}
2018-11-23 13:43:51 +00:00
..
estimators Moves ProbeBitrateEstimator from DelayBasedBwe. 2018-11-23 13:43:51 +00:00
bbr_paced_sender.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bbr_paced_sender.h Reland of BWE allocation strategy 2017-10-20 10:16:15 +00:00
bwe.cc Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bwe.h Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bwe_test.cc Output 0 instead of NaN in perftest-output.json 2018-09-21 13:19:49 +00:00
bwe_test.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test_baselinefile.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test_baselinefile.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_test_fileutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_fileutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_test_framework.cc Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 2018-09-28 12:00:28 +00:00
bwe_test_framework.h Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
bwe_test_framework_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_logging.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
bwe_test_logging.h Fix no_global_constructors in remote_bitrate_estimator. 2018-09-11 11:44:32 +00:00
bwe_unittest.cc Fix random crashes - invariant broken in LinkedSet (LRU) implementation. 2018-08-07 09:18:41 +00:00
metric_recorder.cc Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00
metric_recorder.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
metric_recorder_unittest.cc Stop using std::random_shuffle in favor of std::shuffle. 2018-01-10 07:37:11 +00:00
packet.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet.h Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 2018-09-28 12:00:28 +00:00
packet_receiver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
packet_receiver.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_sender.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_sender.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
plot_bars.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_dynamics.py Fixing py lint errors 2018-07-23 15:28:48 +00:00