Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_remote_estimate.h25 : link_capacity_lower_(link_capacity_lower), in RtcEventRemoteEstimate()
30 const DataRate link_capacity_lower_; variable
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_new_format.cc1347 if (base_event->link_capacity_lower_.IsFinite()) { in EncodeRemoteEstimate()
1349 base_event->link_capacity_lower_.kbps<uint32_t>(); in EncodeRemoteEstimate()
1380 if (base_event->link_capacity_lower_.IsFinite()) { in EncodeRemoteEstimate()
1381 values[i] = event->link_capacity_lower_.kbps<uint32_t>(); in EncodeRemoteEstimate()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.cc946 EXPECT_EQ(original_event.link_capacity_lower_, in VerifyLoggedRemoteEstimateEvent()