webrtc/modules/congestion_controller/goog_cc
Danil Chapovalov 098da17f35 Reland "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code"
This is a reland of 8c2250eddc

Original change's description:
> Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code
>
> Bug: webrtc:12336
> Change-Id: If76f00d0883b5c8a90d3ef5554f5e22384b3fb58
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/197620
> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#32978}

Bug: webrtc:12336
Change-Id: I1cd017d45c1578528dec4532345950e9823f4a63
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201732
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33003}
2021-01-15 17:59:05 +00:00
..
test Adds field trial to separate audio and video packets for delay-based overuse detection. 2020-03-05 16:29:55 +00:00
acknowledged_bitrate_estimator.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
acknowledged_bitrate_estimator.h Simplified throughput estimator 2019-11-11 21:21:10 +00:00
acknowledged_bitrate_estimator_interface.cc Use newer version of TimeDelta and TimeStamp factories in modules/ 2020-02-10 11:49:57 +00:00
acknowledged_bitrate_estimator_interface.h Use newer version of TimeDelta and TimeStamp factories in modules/ 2020-02-10 11:49:57 +00:00
acknowledged_bitrate_estimator_unittest.cc In modules/ replace mock macros with unified MOCK_METHOD macro 2020-05-27 10:21:08 +00:00
alr_detector.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
alr_detector.h Remove undefined member functions in AlrDetector 2020-04-06 15:21:58 +00:00
alr_detector_unittest.cc Change AlrDetector to be able to set field trials that only affect AlrDetector 2019-04-29 13:46:35 +00:00
bitrate_estimator.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
bitrate_estimator.h Add config to reduce weight on small samples in BitrateEstimator. 2019-11-21 15:52:25 +00:00
BUILD.gn Reland "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" 2021-01-15 17:59:05 +00:00
congestion_window_pushback_controller.cc Replace std::string::find() == 0 with absl::StartsWith. 2020-04-01 11:15:00 +00:00
congestion_window_pushback_controller.h Allow setting the initial congestion window size by config. 2019-12-09 11:00:10 +00:00
congestion_window_pushback_controller_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
delay_based_bwe.cc Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
delay_based_bwe.h Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
delay_based_bwe_unittest.cc Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
delay_based_bwe_unittest_helper.cc Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
delay_based_bwe_unittest_helper.h Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
delay_increase_detector_interface.h Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
goog_cc_network_control.cc Replace field trials with WebRtcKeyValueConfig in SendSideBandwidthEstimate 2020-11-09 09:52:05 +00:00
goog_cc_network_control.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
goog_cc_network_control_unittest.cc Add cross trafic emulation api 2021-01-15 07:38:17 +00:00
inter_arrival_delta.cc Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
inter_arrival_delta.h Reland Addd class InterArrivalDelta to goog_cc 2020-12-07 11:02:22 +00:00
link_capacity_estimator.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
link_capacity_estimator.h Adds new timer based rate controller trial to GoogCC 2018-12-21 14:14:08 +00:00
loss_based_bandwidth_estimation.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
loss_based_bandwidth_estimation.h Revert "Ensure loss-based controller is always enabled." 2019-12-11 14:09:20 +00:00
probe_bitrate_estimator.cc Limit BWE drops from probes to 85% of the throughput estimate. 2020-04-16 14:51:43 +00:00
probe_bitrate_estimator.h Remove trial WebRTC-Bwe-ProbeRateFallback 2019-10-24 08:30:42 +00:00
probe_bitrate_estimator_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
probe_controller.cc Replace std::string::find() == 0 with absl::StartsWith. 2020-04-01 11:15:00 +00:00
probe_controller.h Reland "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" 2021-01-15 17:59:05 +00:00
probe_controller_unittest.cc Use newer version of TimeDelta and TimeStamp factories in modules/ 2020-02-10 11:49:57 +00:00
robust_throughput_estimator.cc Scale unacked_data consistently in RobustThroughputEstimator 2020-03-11 15:02:44 +00:00
robust_throughput_estimator.h Simplified throughput estimator 2019-11-11 21:21:10 +00:00
robust_throughput_estimator_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
send_side_bandwidth_estimation.cc Fix potential 32bit integer overflow on rtcp receiver report 2020-12-30 23:36:07 +00:00
send_side_bandwidth_estimation.h Fix potential 32bit integer overflow on rtcp receiver report 2020-12-30 23:36:07 +00:00
send_side_bandwidth_estimation_unittest.cc Replace field trials with WebRtcKeyValueConfig in SendSideBandwidthEstimate 2020-11-09 09:52:05 +00:00
trendline_estimator.cc Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
trendline_estimator.h Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
trendline_estimator_unittest.cc Filter out small packets from delay-based overuse detection. 2019-09-01 17:57:01 +00:00