Searched refs:OveruseEstimator (Results 1 – 6 of 6) sorted by relevance
28 OveruseEstimator::OveruseEstimator(const OverUseDetectorOptions& options) in OveruseEstimator() function in webrtc::OveruseEstimator44 OveruseEstimator::~OveruseEstimator() { in ~OveruseEstimator()48 void OveruseEstimator::Update(int64_t t_delta, in Update()130 double OveruseEstimator::UpdateMinFramePeriod(double ts_delta) { in UpdateMinFramePeriod()142 void OveruseEstimator::UpdateNoiseEstimate(double residual, in UpdateNoiseEstimate()
37 class OveruseEstimator {39 explicit OveruseEstimator(const OverUseDetectorOptions& options);40 ~OveruseEstimator();79 RTC_DISALLOW_COPY_AND_ASSIGN(OveruseEstimator);
129 std::unique_ptr<OveruseEstimator> estimator_;
57 OveruseEstimator estimator;
39 overuse_estimator_(new OveruseEstimator(options_)), in OveruseDetectorTest()121 std::unique_ptr<OveruseEstimator> overuse_estimator_;
386 estimator_.reset(new OveruseEstimator(OverUseDetectorOptions())); in TimeoutStreams()