Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc104 bitrate_ = CapBitrateToThresholds(now_ms, bitrate_); in UpdateReceiverEstimate()
180 bitrate_ = CapBitrateToThresholds(now_ms, bwe_incoming_); in UpdateEstimate()
238 bitrate_ = CapBitrateToThresholds(now_ms, bitrate_); in UpdateEstimate()
266 uint32_t SendSideBandwidthEstimation::CapBitrateToThresholds( in CapBitrateToThresholds() function in webrtc::SendSideBandwidthEstimation
Dsend_side_bandwidth_estimation.h59 uint32_t CapBitrateToThresholds(int64_t now_ms, uint32_t bitrate);