Home
last modified time | relevance | path

Searched refs:DelayBasedBwe (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe.cc79 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 …]
Ddelay_based_bwe.h65 class DelayBasedBwe {
78 explicit DelayBasedBwe(const WebRtcKeyValueConfig* key_value_config,
81 virtual ~DelayBasedBwe();
146 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(DelayBasedBwe);
Ddelay_based_bwe_unittest_helper.cc155 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()
Ddelay_based_bwe_unittest_helper.h175 std::unique_ptr<DelayBasedBwe> bitrate_estimator_;
Dgoog_cc_network_control.h103 std::unique_ptr<DelayBasedBwe> delay_based_bwe_;
Dgoog_cc_network_control.cc106 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()