Searched refs:bw_state (Results 1 – 4 of 4) sorted by relevance
18 BandwidthUsage bw_state, in RateControlInput() argument20 : bw_state(bw_state), estimated_throughput(estimated_throughput) {} in RateControlInput()
172 BandwidthUsage bw_state = BandwidthUsage::kBwNormal; in UpdateEstimate() local186 if (it->second->detector.State() > bw_state) { in UpdateEstimate()187 bw_state = it->second->detector.State(); in UpdateEstimate()198 bw_state, OptionalRateFromOptionalBps(incoming_bitrate_.Rate(now_ms))); in UpdateEstimate()
269 input.bw_state != BandwidthUsage::kBwOverusing) in ChangeBitrate()419 switch (input.bw_state) { in ChangeState()
37 RateControlInput(BandwidthUsage bw_state,41 BandwidthUsage bw_state; member