Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc40 overuse_estimator_(new OveruseEstimator(options_)), in OveruseDetectorTest()
105 overuse_estimator_->Update(time_delta, timestamp_delta_ms, size_delta, in UpdateDetector()
108 overuse_estimator_->offset(), timestamp_delta_ms, in UpdateDetector()
109 overuse_estimator_->num_of_deltas(), receive_time_ms); in UpdateDetector()
118 rtc::scoped_ptr<OveruseEstimator> overuse_estimator_; member in webrtc::testing::OveruseDetectorTest