Home
last modified time | relevance | path

Searched refs:latest_estimated_throughput_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc79 latest_estimated_throughput_(current_bitrate_), in AimdRateControl()
120 latest_estimated_throughput_ = current_bitrate_; in SetStartBitrate()
263 input.estimated_throughput.value_or(latest_estimated_throughput_); in ChangeBitrate()
265 latest_estimated_throughput_ = *input.estimated_throughput; in ChangeBitrate()
Daimd_rate_control.h89 DataRate latest_estimated_throughput_; variable