Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc66 hypothesis_(kBwNormal) { in OveruseDetector()
82 return kBwNormal; in Detect()
114 hypothesis_ = kBwNormal; in Detect()
Doveruse_detector_unittest.cc146 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
164 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
182 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
233 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
242 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
265 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
273 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
301 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
314 EXPECT_EQ(kBwNormal, overuse_detector_->State()); in TEST_F()
Daimd_rate_control.cc40 current_input_(kBwNormal, 0, 1.0), in AimdRateControl()
287 case kBwNormal: in ChangeState()
Doveruse_estimator.cc76 const bool in_stable_state = (current_hypothesis == kBwNormal); in Update()
Dremote_bitrate_estimator_single_stream.cc145 BandwidthUsage bw_state = kBwNormal; in UpdateEstimate()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h24 kBwNormal = 0, enumerator