Home
last modified time | relevance | path

Searched refs:estimated_throughput (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc145 DataRate estimated_throughput) const { in TimeToReduceFurther()
155 return estimated_throughput < threshold; in TimeToReduceFurther()
194 if (input->estimated_throughput) in Update()
198 input->estimated_throughput) { in Update()
199 current_bitrate_ = *input->estimated_throughput; in Update()
262 DataRate estimated_throughput = in ChangeBitrate() local
263 input.estimated_throughput.value_or(latest_estimated_throughput_); in ChangeBitrate()
264 if (input.estimated_throughput) in ChangeBitrate()
265 latest_estimated_throughput_ = *input.estimated_throughput; in ChangeBitrate()
280 1.5 * estimated_throughput + DataRate::KilobitsPerSec(10); in ChangeBitrate()
[all …]
Dbwe_defines.cc33 const absl::optional<DataRate>& estimated_throughput) in RateControlInput() argument
34 : bw_state(bw_state), estimated_throughput(estimated_throughput) {} in RateControlInput()
Daimd_rate_control.h50 DataRate estimated_throughput) const;
/external/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h46 const absl::optional<DataRate>& estimated_throughput);
50 absl::optional<DataRate> estimated_throughput; member