webrtc/modules/congestion_controller/goog_cc
Sebastian Jansson 470a5eae93 Introduces common AudioAllocationSettings class.
This class collects the field trial based configuration of audio
allocation and bandwidth in one place. This makes it easier
overview and prepares for future cleanup of the trials.

Bug: webrtc:9718
Change-Id: I34a441c0165b423f1e2ee63894337484684146ac
Reviewed-on: https://webrtc-review.googlesource.com/c/118282
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26370}
2019-01-23 12:13:29 +00:00
..
test Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
acknowledged_bitrate_estimator.cc Enables feature to account for unacknowledged data. 2019-01-23 10:00:52 +00:00
acknowledged_bitrate_estimator.h Enables feature to account for unacknowledged data. 2019-01-23 10:00:52 +00:00
acknowledged_bitrate_estimator_unittest.cc Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +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 Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
bitrate_estimator.h Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
BUILD.gn Move congestion window field trial parsing to new class. 2019-01-21 16:39:42 +00:00
congestion_window_pushback_controller.cc Move congestion window field trial parsing to new class. 2019-01-21 16:39:42 +00:00
congestion_window_pushback_controller.h Move congestion window field trial parsing to new class. 2019-01-21 16:39:42 +00:00
congestion_window_pushback_controller_unittest.cc Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
delay_based_bwe.cc Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
delay_based_bwe.h Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +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 Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
delay_based_bwe_unittest_helper.h Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
delay_based_rate_controller.cc Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
delay_based_rate_controller.h Adds WebRtcKeyValueConfig interface 2019-01-18 08:45: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 Enables feature to account for unacknowledged data. 2019-01-23 10:00:52 +00:00
goog_cc_network_control.h Move congestion window field trial parsing to new class. 2019-01-21 16:39:42 +00:00
goog_cc_network_control_slowtest.cc Fix for bandwidth toggling problem in StartUpPhase. 2019-01-18 15:58:35 +00:00
goog_cc_network_control_unittest.cc Introduces common AudioAllocationSettings class. 2019-01-23 12:13:29 +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 Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
probe_controller.h Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
probe_controller_unittest.cc Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +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