Searched refs:OverUseDetectorOptions (Results 1 – 10 of 10) sorted by relevance
27 explicit OveruseDetector(const OverUseDetectorOptions& options);54 webrtc::OverUseDetectorOptions options_;
23 explicit OveruseEstimator(const OverUseDetectorOptions& options);55 OverUseDetectorOptions options_;
34 const OverUseDetectorOptions& options, in Detector()89 ssrc, new Detector(now_ms, OverUseDetectorOptions(), true))); in IncomingPacket()
55 OveruseDetector::OveruseDetector(const OverUseDetectorOptions& options) in OveruseDetector()
109 estimator_(OverUseDetectorOptions()), in RemoteBitrateEstimatorAbsSendTime()110 detector_(OverUseDetectorOptions()), in RemoteBitrateEstimatorAbsSendTime()
28 OveruseEstimator::OveruseEstimator(const OverUseDetectorOptions& options) in OveruseEstimator()
116 OverUseDetectorOptions options_;
74 OverUseDetectorOptions over_use_detector_options_;
137 OverUseDetectorOptions over_use_detector_options_;
747 struct OverUseDetectorOptions { struct748 OverUseDetectorOptions() in OverUseDetectorOptions() function