Searched refs:estimated_throughput (Results 1 – 4 of 4) sorted by relevance
145 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() local263 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 …]
33 const absl::optional<DataRate>& estimated_throughput) in RateControlInput() argument34 : bw_state(bw_state), estimated_throughput(estimated_throughput) {} in RateControlInput()
50 DataRate estimated_throughput) const;
46 const absl::optional<DataRate>& estimated_throughput);50 absl::optional<DataRate> estimated_throughput; member