Searched refs:alr_detector (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | alr_detector_unittest.cc | 29 explicit SimulateOutgoingTrafficIn(AlrDetector* alr_detector, in SimulateOutgoingTrafficIn() argument 31 : alr_detector_(alr_detector), timestamp_ms_(timestamp_ms) { in SimulateOutgoingTrafficIn() 76 AlrDetector alr_detector(&field_trials); in TEST() local 77 alr_detector.SetEstimatedBitrate(kEstimatedBitrateBps); in TEST() 80 EXPECT_FALSE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST() 83 SimulateOutgoingTrafficIn(&alr_detector, ×tamp_ms) in TEST() 86 EXPECT_FALSE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST() 89 SimulateOutgoingTrafficIn(&alr_detector, ×tamp_ms) in TEST() 92 EXPECT_TRUE(alr_detector.GetApplicationLimitedRegionStartTime()); in TEST() 95 SimulateOutgoingTrafficIn(&alr_detector, ×tamp_ms) in TEST() [all …]
|
D | BUILD.gn | 27 ":alr_detector", 89 rtc_library("alr_detector") { 91 "alr_detector.cc", 92 "alr_detector.h", 293 ":alr_detector", 330 ":alr_detector",
|
/external/webrtc/ |
D | Android.bp | 2323 //modules/congestion_controller/goog_cc:alr_detector 2328 srcs: ["modules/congestion_controller/goog_cc/alr_detector.cc"],
|