Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.h27 struct OverUseDetectorOptions { struct
28 OverUseDetectorOptions() = default;
39 explicit OveruseEstimator(const OverUseDetectorOptions& options); argument
68 OverUseDetectorOptions options_;
Dremote_bitrate_estimator_single_stream.cc46 const OverUseDetectorOptions& options, in Detector()
109 std::make_pair(ssrc, new Detector(now_ms, OverUseDetectorOptions(), in IncomingPacket()
Doveruse_estimator.cc28 OveruseEstimator::OveruseEstimator(const OverUseDetectorOptions& options) in OveruseEstimator()
Dremote_bitrate_estimator_abs_send_time.cc386 estimator_.reset(new OveruseEstimator(OverUseDetectorOptions())); in TimeoutStreams()
Doveruse_detector_unittest.cc119 OverUseDetectorOptions options_;