Home
last modified time | relevance | path

Searched refs:RtcEventRemoteEstimate (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_remote_estimate.h21 class RtcEventRemoteEstimate final : public RtcEvent {
23 RtcEventRemoteEstimate(DataRate link_capacity_lower, in RtcEventRemoteEstimate() function
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_new_format.h31 class RtcEventRemoteEstimate; variable
127 void EncodeRemoteEstimate(rtc::ArrayView<const RtcEventRemoteEstimate*> batch,
Drtc_event_log_encoder_unittest.cc242 TEST_P(RtcEventLogEncoderTest, RtcEventRemoteEstimate) { in TEST_P() argument
246 std::vector<std::unique_ptr<RtcEventRemoteEstimate>> events(event_count_); in TEST_P()
250 : std::make_unique<RtcEventRemoteEstimate>(*events[0]); in TEST_P()
251 history_.push_back(std::make_unique<RtcEventRemoteEstimate>(*events[i])); in TEST_P()
Drtc_event_log_encoder_new_format.cc690 std::vector<const RtcEventRemoteEstimate*> remote_estimate_events; in EncodeBatch()
786 static_cast<const RtcEventRemoteEstimate* const>(it->get()); in EncodeBatch()
1335 rtc::ArrayView<const RtcEventRemoteEstimate*> batch, in EncodeRemoteEstimate()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.h83 std::unique_ptr<RtcEventRemoteEstimate> NewRemoteEstimate();
205 const RtcEventRemoteEstimate& original_event,
Drtc_event_log_unittest_helper.cc359 std::unique_ptr<RtcEventRemoteEstimate> EventGenerator::NewRemoteEstimate() { in NewRemoteEstimate()
360 return std::make_unique<RtcEventRemoteEstimate>( in NewRemoteEstimate()
943 const RtcEventRemoteEstimate& original_event, in VerifyLoggedRemoteEstimateEvent()
Drtc_event_log_unittest.cc180 std::vector<std::unique_ptr<RtcEventRemoteEstimate>> remote_estimate_list_;
/external/webrtc/call/
Drtp_transport_controller_send.cc559 event_log_->Log(std::make_unique<RtcEventRemoteEstimate>( in OnRemoteNetworkEstimate()
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc509 event_log_->Log(std::make_unique<RtcEventRemoteEstimate>( in OnTransportPacketsFeedback()