Home
last modified time | relevance | path

Searched refs:RateControlInput (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Dbwe_defines.cc31 RateControlInput::RateControlInput( in RateControlInput() function in webrtc::RateControlInput
36 RateControlInput::~RateControlInput() = default;
Daimd_rate_control.h56 DataRate Update(const RateControlInput* input, Timestamp at_time);
76 void ChangeBitrate(const RateControlInput& input, Timestamp at_time);
84 void ChangeState(const RateControlInput& input, Timestamp at_time);
Daimd_rate_control.cc183 DataRate AimdRateControl::Update(const RateControlInput* input, in Update()
259 void AimdRateControl::ChangeBitrate(const RateControlInput& input, in ChangeBitrate()
402 void AimdRateControl::ChangeState(const RateControlInput& input, in ChangeState()
Dremote_bitrate_estimator_single_stream.cc204 const RateControlInput input( in UpdateEstimate()
Daimd_rate_control_unittest.cc56 RateControlInput input(bandwidth_usage, in UpdateRateControl()
Dremote_bitrate_estimator_abs_send_time.cc350 const RateControlInput input( in IncomingPacketInfo()
/external/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h44 struct RateControlInput { struct
45 RateControlInput(BandwidthUsage bw_state,
47 ~RateControlInput();
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc260 RateControlInput input(BandwidthUsage::kBwOverusing, link_capacity); in TriggerOveruse()
330 const RateControlInput input(active_delay_detector_->State(), acked_bitrate); in UpdateEstimate()