webrtc/modules/congestion_controller/goog_cc
Steve Anton 10542f21c8 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
Mechanically generated by running this command:

tools_webrtc/do-renames.sh update all-renames.txt && git cl format

Then manually updating:

tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc

Bug: webrtc:10159
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I54824cd91dada8fc3ee3d098f971bc319d477833
Reviewed-on: https://webrtc-review.googlesource.com/c/115653
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26226}
2019-01-11 17:11:39 +00:00
..
test Extracts LinkCapacityEstimator from AimdRateControl. 2018-11-29 18:58:40 +00:00
acknowledged_bitrate_estimator.cc Using data unit classes in DelayBasedBwe. 2018-11-19 20:18:36 +00:00
acknowledged_bitrate_estimator.h Using data unit classes in DelayBasedBwe. 2018-11-19 20:18:36 +00:00
acknowledged_bitrate_estimator_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
alr_detector.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
alr_detector.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
alr_detector_unittest.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
bitrate_estimator.cc Using early acknowledged rate for safe reset in GoogCC. 2018-11-12 15:19:43 +00:00
bitrate_estimator.h Using early acknowledged rate for safe reset in GoogCC. 2018-11-12 15:19:43 +00:00
BUILD.gn Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
congestion_window_pushback_controller.cc Include pacing buffer size in congestion window. 2019-01-09 11:16:58 +00:00
congestion_window_pushback_controller.h Include pacing buffer size in congestion window. 2019-01-09 11:16:58 +00:00
congestion_window_pushback_controller_unittest.cc Moves pushback controller to GoogCC 2018-10-11 13:49:07 +00:00
delay_based_bwe.cc Back off relative to current estimate rather than ack rate when in ALR. 2018-12-18 12:33:08 +00:00
delay_based_bwe.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
delay_based_bwe_unittest.cc Back off relative to current estimate rather than ack rate when in ALR. 2018-12-18 12:33:08 +00:00
delay_based_bwe_unittest_helper.cc Back off relative to current estimate rather than ack rate when in ALR. 2018-12-18 12:33:08 +00:00
delay_based_bwe_unittest_helper.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
delay_based_rate_controller.cc Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
delay_based_rate_controller.h Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
delay_increase_detector_interface.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
goog_cc_network_control.cc Change type StreamsConfig::requests_alr_probing to abls::optional 2019-01-10 06:12:05 +00:00
goog_cc_network_control.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
goog_cc_network_control_slowtest.cc Include pacing buffer size in congestion window. 2019-01-09 11:16:58 +00:00
goog_cc_network_control_unittest.cc Add unittest for congestion window pushback in goog_cc. 2019-01-11 15:42:57 +00:00
link_capacity_estimator.cc Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
link_capacity_estimator.h Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
median_slope_estimator.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
median_slope_estimator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
median_slope_estimator_unittest.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
packet_grouping.cc Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
packet_grouping.h Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
probe_bitrate_estimator.cc Adds trial to fall back to probe rate if ack rate is missing. 2018-12-10 16:12:18 +00:00
probe_bitrate_estimator.h Adds trial to fall back to probe rate if ack rate is missing. 2018-12-10 16:12:18 +00:00
probe_bitrate_estimator_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
probe_controller.cc Add ability to set max probing bitrate in SendSideCongestionController. 2019-01-08 16:11:53 +00:00
probe_controller.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
probe_controller_unittest.cc Allow probing up to 2x allocation limit 2018-12-04 11:43:54 +00:00
trendline_estimator.cc Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00
trendline_estimator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
trendline_estimator_unittest.cc Cleanup in congestion controller. 2018-09-13 15:46:37 +00:00