Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dbwe_defines.cc32 BandwidthUsage bw_state, in RateControlInput() argument
34 : bw_state(bw_state), estimated_throughput(estimated_throughput) {} in RateControlInput()
Dremote_bitrate_estimator_single_stream.cc178 BandwidthUsage bw_state = BandwidthUsage::kBwNormal; in UpdateEstimate() local
192 if (it->second->detector.State() > bw_state) { in UpdateEstimate()
193 bw_state = it->second->detector.State(); in UpdateEstimate()
205 bw_state, OptionalRateFromOptionalBps(incoming_bitrate_.Rate(now_ms))); in UpdateEstimate()
Daimd_rate_control.cc271 input.bw_state != BandwidthUsage::kBwOverusing) in ChangeBitrate()
404 switch (input.bw_state) { in ChangeState()
/external/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h45 RateControlInput(BandwidthUsage bw_state,
49 BandwidthUsage bw_state; member
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers_test.py1329 bw_state = keras.layers.Input(batch_shape=(1, 1))
1330 states = [fw_state, bw_state]
1335 model = keras.Model([inputs, fw_state, bw_state], rnn_output)