Searched refs:DelayBasedBwe (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | delay_based_bwe.cc | 79 DelayBasedBwe::Result::Result() in Result() 86 DelayBasedBwe::Result::Result(bool probe, DataRate target_bitrate) in Result() 93 DelayBasedBwe::DelayBasedBwe(const WebRtcKeyValueConfig* key_value_config, in DelayBasedBwe() function in webrtc::DelayBasedBwe 128 DelayBasedBwe::~DelayBasedBwe() {} in ~DelayBasedBwe() 130 DelayBasedBwe::Result DelayBasedBwe::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() 144 return DelayBasedBwe::Result(); in IncomingPacketFeedbackVector() 178 void DelayBasedBwe::IncomingPacketFeedback(const PacketResult& packet_feedback, in IncomingPacketFeedback() 258 DataRate DelayBasedBwe::TriggerOveruse(Timestamp at_time, in TriggerOveruse() 264 DelayBasedBwe::Result DelayBasedBwe::MaybeUpdateEstimate( in MaybeUpdateEstimate() 327 bool DelayBasedBwe::UpdateEstimate(Timestamp at_time, in UpdateEstimate() [all …]
|
D | delay_based_bwe.h | 65 class DelayBasedBwe { 78 explicit DelayBasedBwe(const WebRtcKeyValueConfig* key_value_config, 81 virtual ~DelayBasedBwe(); 146 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(DelayBasedBwe);
|
D | delay_based_bwe_unittest_helper.cc | 155 new DelayBasedBwe(&field_trial_config_, nullptr, nullptr)), in DelayBasedBweTest() 169 new DelayBasedBwe(&field_trial_config_, nullptr, nullptr)), in DelayBasedBweTest() 210 DelayBasedBwe::Result result = in IncomingFeedback() 254 DelayBasedBwe::Result result = in GenerateAndProcessFrame()
|
D | delay_based_bwe_unittest_helper.h | 175 std::unique_ptr<DelayBasedBwe> bitrate_estimator_;
|
D | goog_cc_network_control.h | 103 std::unique_ptr<DelayBasedBwe> delay_based_bwe_;
|
D | goog_cc_network_control.cc | 106 delay_based_bwe_(new DelayBasedBwe(key_value_config_, in GoogCcNetworkController() 166 delay_based_bwe_.reset(new DelayBasedBwe(key_value_config_, event_log_, in OnNetworkRouteChange() 539 DelayBasedBwe::Result result; in OnTransportPacketsFeedback()
|