Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h34 RateControlInput(BandwidthUsage bw_state, in RateControlInput()
37 : bw_state(bw_state), in RateControlInput()
41 BandwidthUsage bw_state; member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc145 BandwidthUsage bw_state = kBwNormal; in UpdateEstimate() local
161 if (it->second->detector.State() > bw_state) { in UpdateEstimate()
162 bw_state = it->second->detector.State(); in UpdateEstimate()
174 const RateControlInput input(bw_state, in UpdateEstimate()
Daimd_rate_control.cc121 if (updated_ && current_input_.bw_state == kBwOverusing) { in Update()
147 if (!bitrate_is_initialized_ && current_input_.bw_state != kBwOverusing) in ChangeBitrate()
286 switch (current_input_.bw_state) { in ChangeState()