Searched refs:kBwNormal (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_detector.cc | 66 hypothesis_(kBwNormal) { in OveruseDetector() 82 return kBwNormal; in Detect() 114 hypothesis_ = kBwNormal; in Detect()
|
D | overuse_detector_unittest.cc | 146 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()
|
D | aimd_rate_control.cc | 40 current_input_(kBwNormal, 0, 1.0), in AimdRateControl() 287 case kBwNormal: in ChangeState()
|
D | overuse_estimator.cc | 76 const bool in_stable_state = (current_hypothesis == kBwNormal); in Update()
|
D | remote_bitrate_estimator_single_stream.cc | 145 BandwidthUsage bw_state = kBwNormal; in UpdateEstimate()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/ |
D | bwe_defines.h | 24 kBwNormal = 0, enumerator
|