Searched refs:link_capacity_lower (Results 1 – 10 of 10) sorted by relevance
18 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()
122 {1, [](E* e) { return &e->link_capacity_lower; }}, in GetRemoteEstimateSerializer()
23 RtcEventRemoteEstimate(DataRate link_capacity_lower, in RtcEventRemoteEstimate() argument25 : link_capacity_lower_(link_capacity_lower), in RtcEventRemoteEstimate()
261 DataRate link_capacity_lower = DataRate::MinusInfinity();
510 estimate_->link_capacity_lower, estimate_->link_capacity_upper)); in OnTransportPacketsFeedback()517 *probe_bitrate < estimate_->link_capacity_lower) { in OnTransportPacketsFeedback()
335 decreased_bitrate, network_estimate_->link_capacity_lower * beta_); in ChangeBitrate()
249 absl::optional<DataRate> link_capacity_lower; member
947 logged_event.link_capacity_lower); in VerifyLoggedRemoteEstimateEvent()
2442 base_event.link_capacity_lower = in StoreRemoteEstimateEvent()2487 event.link_capacity_lower = in StoreRemoteEstimateEvent()
560 estimate.link_capacity_lower, estimate.link_capacity_upper)); in OnRemoteNetworkEstimate()