Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dbwe_defines.cc18 BandwidthUsage bw_state, in RateControlInput() argument
20 : bw_state(bw_state), estimated_throughput(estimated_throughput) {} in RateControlInput()
Dremote_bitrate_estimator_single_stream.cc172 BandwidthUsage bw_state = BandwidthUsage::kBwNormal; in UpdateEstimate() local
186 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()
Daimd_rate_control.cc269 input.bw_state != BandwidthUsage::kBwOverusing) in ChangeBitrate()
419 switch (input.bw_state) { in ChangeState()
/external/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h37 RateControlInput(BandwidthUsage bw_state,
41 BandwidthUsage bw_state; member