Home
last modified time | relevance | path

Searched refs:BandwidthUsage (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.h36 BandwidthUsage Detect(double offset,
42 BandwidthUsage State() const;
60 BandwidthUsage hypothesis_;
Doveruse_detector_unittest.cc672 BandwidthUsage overuse_state = in TEST_F()
685 BandwidthUsage overuse_state = in TEST_F()
698 BandwidthUsage overuse_state = in TEST_F()
710 BandwidthUsage overuse_state = in TEST_F()
722 BandwidthUsage overuse_state = in TEST_F()
745 BandwidthUsage overuse_state = in TEST_F()
759 BandwidthUsage overuse_state = in TEST_F()
772 BandwidthUsage overuse_state = in TEST_F()
Doveruse_detector.cc73 BandwidthUsage OveruseDetector::State() const { in State()
77 BandwidthUsage OveruseDetector::Detect(double offset, in Detect()
Dremote_bitrate_estimator_single_stream.cc95 const BandwidthUsage prior_state = estimator->detector.State(); in IncomingPacket()
145 BandwidthUsage bw_state = kBwNormal; in UpdateEstimate()
Doveruse_estimator.h31 BandwidthUsage current_hypothesis);
Doveruse_estimator.cc51 BandwidthUsage current_hypothesis) { in Update()
Dremote_bitrate_estimator_abs_send_time.cc270 const BandwidthUsage prior_state = detector_.State(); in IncomingPacketInfo()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dbwe_defines.h23 enum BandwidthUsage { enum
34 RateControlInput(BandwidthUsage bw_state, in RateControlInput()
41 BandwidthUsage bw_state;