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.cc17 RateControlInput::RateControlInput( in RateControlInput() function in webrtc::RateControlInput
22 RateControlInput::~RateControlInput() = default;
Daimd_rate_control.h56 DataRate Update(const RateControlInput* input, Timestamp at_time);
78 void ChangeBitrate(const RateControlInput& input, Timestamp at_time);
86 void ChangeState(const RateControlInput& input, Timestamp at_time);
Daimd_rate_control.cc181 DataRate AimdRateControl::Update(const RateControlInput* input, in Update()
257 void AimdRateControl::ChangeBitrate(const RateControlInput& input, in ChangeBitrate()
417 void AimdRateControl::ChangeState(const RateControlInput& input, in ChangeState()
Dremote_bitrate_estimator_single_stream.cc197 const RateControlInput input( in UpdateEstimate()
Dremote_bitrate_estimator_abs_send_time.cc342 const RateControlInput input( in IncomingPacketInfo()
Daimd_rate_control_unittest.cc57 RateControlInput input(bandwidth_usage, in UpdateRateControl()
/external/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h36 struct RateControlInput { struct
37 RateControlInput(BandwidthUsage bw_state,
39 ~RateControlInput();
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc199 RateControlInput input(BandwidthUsage::kBwOverusing, link_capacity); in TriggerOveruse()
264 const RateControlInput input(active_delay_detector_->State(), acked_bitrate); in UpdateEstimate()