Home
last modified time | relevance | path

Searched refs:alr_detector_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector_unittest.cc31 : alr_detector_(alr_detector), timestamp_ms_(timestamp_ms) { in SimulateOutgoingTrafficIn()
32 RTC_CHECK(alr_detector_); in SimulateOutgoingTrafficIn()
54 alr_detector_->OnBytesSent(kEstimatedBitrateBps * *usage_percentage_ * in ProduceTraffic()
61 alr_detector_->OnBytesSent(kEstimatedBitrateBps * *usage_percentage_ * in ProduceTraffic()
66 AlrDetector* const alr_detector_; member in webrtc::__anonc923ee4c0211::SimulateOutgoingTrafficIn
Dgoog_cc_network_control.cc100 alr_detector_( in GoogCcNetworkController()
206 alr_detector_->GetApplicationLimitedRegionStartTime(); in OnProcessInterval()
253 alr_detector_->OnBytesSent(sent_packet.size.bytes(), in OnSentPacket()
256 alr_detector_->GetApplicationLimitedRegionStartTime().has_value()); in OnSentPacket()
480 alr_detector_->GetApplicationLimitedRegionStartTime(); in OnTransportPacketsFeedback()
661 alr_detector_->SetEstimatedBitrate(loss_based_target_rate.bps()); in MaybeTriggerOnNetworkChanged()
Dgoog_cc_network_control.h99 std::unique_ptr<AlrDetector> alr_detector_; variable