Searched refs:bw_state (Results 1 – 5 of 5) sorted by relevance
32 BandwidthUsage bw_state, in RateControlInput() argument34 : bw_state(bw_state), estimated_throughput(estimated_throughput) {} in RateControlInput()
178 BandwidthUsage bw_state = BandwidthUsage::kBwNormal; in UpdateEstimate() local192 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()
271 input.bw_state != BandwidthUsage::kBwOverusing) in ChangeBitrate()404 switch (input.bw_state) { in ChangeState()
45 RateControlInput(BandwidthUsage bw_state,49 BandwidthUsage bw_state; member
1329 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)