Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.h27 explicit OveruseDetector(const OverUseDetectorOptions& options);
54 webrtc::OverUseDetectorOptions options_;
Doveruse_estimator.h23 explicit OveruseEstimator(const OverUseDetectorOptions& options);
55 OverUseDetectorOptions options_;
Dremote_bitrate_estimator_single_stream.cc34 const OverUseDetectorOptions& options, in Detector()
89 ssrc, new Detector(now_ms, OverUseDetectorOptions(), true))); in IncomingPacket()
Doveruse_detector.cc55 OveruseDetector::OveruseDetector(const OverUseDetectorOptions& options) in OveruseDetector()
Dremote_bitrate_estimator_abs_send_time.cc109 estimator_(OverUseDetectorOptions()), in RemoteBitrateEstimatorAbsSendTime()
110 detector_(OverUseDetectorOptions()), in RemoteBitrateEstimatorAbsSendTime()
Doveruse_estimator.cc28 OveruseEstimator::OveruseEstimator(const OverUseDetectorOptions& options) in OveruseEstimator()
Doveruse_detector_unittest.cc116 OverUseDetectorOptions options_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_format_remb_unittest.cc74 OverUseDetectorOptions over_use_detector_options_;
Drtcp_receiver_unittest.cc137 OverUseDetectorOptions over_use_detector_options_;
/external/webrtc/webrtc/
Dcommon_types.h747 struct OverUseDetectorOptions { struct
748 OverUseDetectorOptions() in OverUseDetectorOptions() function