Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dremote_estimate_unittest.cc18 src.link_capacity_lower = DataRate::KilobitsPerSec(10); in TEST()
23 EXPECT_EQ(src.link_capacity_lower, dst.link_capacity_lower); in TEST()
31 src.link_capacity_lower = DataRate::KilobitsPerSec(2 << 24); in TEST()
37 EXPECT_TRUE(dst.link_capacity_lower.IsPlusInfinity()); in TEST()
43 src.link_capacity_lower = DataRate::MinusInfinity(); in TEST()
49 dst.link_capacity_lower = DataRate::KilobitsPerSec(300); in TEST()
52 EXPECT_EQ(dst.link_capacity_lower, DataRate::KilobitsPerSec(300)); in TEST()
Dremote_estimate.cc122 {1, [](E* e) { return &e->link_capacity_lower; }}, in GetRemoteEstimateSerializer()
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_remote_estimate.h23 RtcEventRemoteEstimate(DataRate link_capacity_lower, in RtcEventRemoteEstimate() argument
25 : link_capacity_lower_(link_capacity_lower), in RtcEventRemoteEstimate()
/external/webrtc/api/transport/
Dnetwork_types.h261 DataRate link_capacity_lower = DataRate::MinusInfinity();
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc510 estimate_->link_capacity_lower, estimate_->link_capacity_upper)); in OnTransportPacketsFeedback()
517 *probe_bitrate < estimate_->link_capacity_lower) { in OnTransportPacketsFeedback()
/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc335 decreased_bitrate, network_estimate_->link_capacity_lower * beta_); in ChangeBitrate()
/external/webrtc/logging/rtc_event_log/
Dlogged_events.h249 absl::optional<DataRate> link_capacity_lower; member
Drtc_event_log_unittest_helper.cc947 logged_event.link_capacity_lower); in VerifyLoggedRemoteEstimateEvent()
Drtc_event_log_parser.cc2442 base_event.link_capacity_lower = in StoreRemoteEstimateEvent()
2487 event.link_capacity_lower = in StoreRemoteEstimateEvent()
/external/webrtc/call/
Drtp_transport_controller_send.cc560 estimate.link_capacity_lower, estimate.link_capacity_upper)); in OnRemoteNetworkEstimate()