Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.h43 void Update(const RateControlInput* input, int64_t now_ms);
63 void ChangeState(const RateControlInput& input, int64_t now_ms);
76 RateControlInput current_input_;
Daimd_rate_control.cc102 void AimdRateControl::Update(const RateControlInput* input, int64_t now_ms) { in Update()
284 void AimdRateControl::ChangeState(const RateControlInput& input, in ChangeState()
Dremote_bitrate_estimator_single_stream.cc174 const RateControlInput input(bw_state, in UpdateEstimate()
Dremote_bitrate_estimator_abs_send_time.cc370 const RateControlInput input(detector_.State(), in UpdateEstimate()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h33 struct RateControlInput { struct
34 RateControlInput(BandwidthUsage bw_state, in RateControlInput() function