Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control_unittest.cc37 bool state_high = true; in CountBandwidthDips() local
39 if (bandwidth_history.front() + threshold < first && state_high) { in CountBandwidthDips()
41 state_high = false; in CountBandwidthDips()
43 state_high = true; in CountBandwidthDips()
46 state_high = false; in CountBandwidthDips()