Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc28 OveruseEstimator::OveruseEstimator(const OverUseDetectorOptions& options) in OveruseEstimator() function in webrtc::OveruseEstimator
44 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()
Doveruse_estimator.h37 class OveruseEstimator {
39 explicit OveruseEstimator(const OverUseDetectorOptions& options);
40 ~OveruseEstimator();
79 RTC_DISALLOW_COPY_AND_ASSIGN(OveruseEstimator);
Dremote_bitrate_estimator_abs_send_time.h129 std::unique_ptr<OveruseEstimator> estimator_;
Dremote_bitrate_estimator_single_stream.cc57 OveruseEstimator estimator;
Doveruse_detector_unittest.cc39 overuse_estimator_(new OveruseEstimator(options_)), in OveruseDetectorTest()
121 std::unique_ptr<OveruseEstimator> overuse_estimator_;
Dremote_bitrate_estimator_abs_send_time.cc386 estimator_.reset(new OveruseEstimator(OverUseDetectorOptions())); in TimeoutStreams()