Searched refs:congestion_controller (Results 1 – 25 of 26) sorted by relevance
12
/external/webrtc/test/ |
D | DEPS | 11 "+modules/congestion_controller", 15 "+modules/congestion_controller/bbr", 33 "+modules/congestion_controller/include/receive_side_congestion_controller.h",
|
/external/webrtc/modules/congestion_controller/ |
D | BUILD.gn | 19 rtc_library("congestion_controller") { 48 ":congestion_controller",
|
D | receive_side_congestion_controller.cc | 32 min_bitrate_bps_(congestion_controller::GetMinBitrateBps()) {} in WrappingBitrateEstimator()
|
/external/webrtc/ |
D | WATCHLISTS | 82 'congestion_controller': { 83 'filepath': 'modules/congestion_controller/.*' 170 'congestion_controller': ['srte@webrtc.org'],
|
D | Android.bp | 806 srcs: ["modules/congestion_controller/goog_cc/link_capacity_estimator.cc"], 1694 srcs: ["modules/congestion_controller/goog_cc/alr_detector.cc"], 3033 srcs: ["modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc"], 3323 "modules/congestion_controller/rtp/transport_feedback_adapter.cc", 3324 "modules/congestion_controller/rtp/transport_feedback_demuxer.cc", 3564 srcs: ["modules/congestion_controller/goog_cc/probe_controller.cc"], 3585 "modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc", 3586 "modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc", 3610 "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc", 3611 "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc", [all …]
|
D | native-api.md | 23 `modules/congestion_controller/include` | No
|
/external/webrtc/logging/rtc_event_log/ |
D | DEPS | 4 "+modules/congestion_controller",
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | bwe_defines.cc | 19 namespace congestion_controller { namespace
|
D | BUILD.gn | 52 "../../modules/congestion_controller/goog_cc:link_capacity_estimator",
|
D | aimd_rate_control.cc | 76 : min_configured_bitrate_(congestion_controller::GetMinBitrate()), in AimdRateControl()
|
/external/webrtc/video/ |
D | DEPS | 10 "+modules/congestion_controller",
|
/external/webrtc/pc/ |
D | DEPS | 10 "+modules/congestion_controller",
|
/external/webrtc/call/ |
D | DEPS | 9 "+modules/congestion_controller",
|
D | BUILD.gn | 163 "../modules/congestion_controller", 164 "../modules/congestion_controller/rtp:control_handler", 165 "../modules/congestion_controller/rtp:transport_feedback", 270 "../modules/congestion_controller", 419 "../modules/congestion_controller",
|
/external/webrtc/audio/ |
D | DEPS | 11 "+modules/congestion_controller",
|
/external/webrtc/modules/remote_bitrate_estimator/include/ |
D | bwe_defines.h | 25 namespace congestion_controller {
|
/external/webrtc/rtc_tools/ |
D | DEPS | 14 "+modules/congestion_controller",
|
D | BUILD.gn | 361 "../modules/congestion_controller", 362 "../modules/congestion_controller/goog_cc:delay_based_bwe", 363 "../modules/congestion_controller/goog_cc:estimators", 364 "../modules/congestion_controller/rtp:transport_feedback",
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | send_side_bandwidth_estimation.cc | 195 DataRate::BitsPerSec(congestion_controller::GetMinBitrateBps())), in SendSideBandwidthEstimation() 239 DataRate::BitsPerSec(congestion_controller::GetMinBitrateBps()); in OnRouteChange() 288 std::max(min_bitrate, congestion_controller::GetMinBitrate()); in SetMinMaxBitrate()
|
D | goog_cc_network_control.cc | 128 delay_based_bwe_->SetMinBitrate(congestion_controller::GetMinBitrate()); in GoogCcNetworkController() 340 std::max(min_target_rate_, congestion_controller::GetMinBitrate()); in ClampConstraints()
|
/external/webrtc/modules/congestion_controller/rtp/ |
D | BUILD.gn | 82 "../:congestion_controller",
|
/external/webrtc/modules/ |
D | BUILD.gn | 18 "congestion_controller", 223 "congestion_controller:congestion_controller_unittests",
|
/external/webrtc/api/transport/ |
D | BUILD.gn | 91 "../../modules/congestion_controller/goog_cc",
|
/external/webrtc/test/scenario/ |
D | BUILD.gn | 118 "../../modules/congestion_controller/goog_cc:test_goog_cc_printer",
|
/external/webrtc/test/fuzzers/ |
D | BUILD.gn | 242 "../../modules/congestion_controller",
|
12