Home
last modified time | relevance | path

Searched refs:RtcEventBweUpdateLossBased (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/logging/rtc_event_log/events/
Drtc_event_bwe_update_loss_based.cc17 RtcEventBweUpdateLossBased::RtcEventBweUpdateLossBased(int32_t bitrate_bps, in RtcEventBweUpdateLossBased() function in webrtc::RtcEventBweUpdateLossBased
24 RtcEventBweUpdateLossBased::RtcEventBweUpdateLossBased( in RtcEventBweUpdateLossBased() function in webrtc::RtcEventBweUpdateLossBased
25 const RtcEventBweUpdateLossBased& other) in RtcEventBweUpdateLossBased()
31 RtcEventBweUpdateLossBased::~RtcEventBweUpdateLossBased() = default;
33 RtcEvent::Type RtcEventBweUpdateLossBased::GetType() const { in GetType()
37 bool RtcEventBweUpdateLossBased::IsConfigEvent() const { in IsConfigEvent()
41 std::unique_ptr<RtcEventBweUpdateLossBased> RtcEventBweUpdateLossBased::Copy() in Copy()
43 return absl::WrapUnique<RtcEventBweUpdateLossBased>( in Copy()
44 new RtcEventBweUpdateLossBased(*this)); in Copy()
Drtc_event_bwe_update_loss_based.h22 class RtcEventBweUpdateLossBased final : public RtcEvent {
24 RtcEventBweUpdateLossBased(int32_t bitrate_bps_,
27 ~RtcEventBweUpdateLossBased() override;
33 std::unique_ptr<RtcEventBweUpdateLossBased> Copy() const;
40 RtcEventBweUpdateLossBased(const RtcEventBweUpdateLossBased& other);
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_legacy.h32 class RtcEventBweUpdateLossBased; variable
74 std::string EncodeBweUpdateLossBased(const RtcEventBweUpdateLossBased& event);
Drtc_event_log_encoder_new_format.h37 class RtcEventBweUpdateLossBased; variable
89 rtc::ArrayView<const RtcEventBweUpdateLossBased*> batch,
Drtc_event_log_encoder_new_format.cc677 std::vector<const RtcEventBweUpdateLossBased*> bwe_loss_based_updates; in EncodeBatch()
744 static_cast<const RtcEventBweUpdateLossBased* const>(it->get()); in EncodeBatch()
1196 rtc::ArrayView<const RtcEventBweUpdateLossBased*> batch, in EncodeBweUpdateLossBased()
1202 const RtcEventBweUpdateLossBased* const base_event = batch[0]; in EncodeBweUpdateLossBased()
1220 const RtcEventBweUpdateLossBased* event = batch[i + 1]; in EncodeBweUpdateLossBased()
1230 const RtcEventBweUpdateLossBased* event = batch[i + 1]; in EncodeBweUpdateLossBased()
1240 const RtcEventBweUpdateLossBased* event = batch[i + 1]; in EncodeBweUpdateLossBased()
1250 const RtcEventBweUpdateLossBased* event = batch[i + 1]; in EncodeBweUpdateLossBased()
Drtc_event_log_encoder_legacy.cc296 auto& rtc_event = static_cast<const RtcEventBweUpdateLossBased&>(event); in Encode()
485 const RtcEventBweUpdateLossBased& event) { in EncodeBweUpdateLossBased()
Drtc_event_log_encoder_unittest.cc489 TEST_P(RtcEventLogEncoderTest, RtcEventBweUpdateLossBased) { in TEST_P() argument
490 std::vector<std::unique_ptr<RtcEventBweUpdateLossBased>> events(event_count_); in TEST_P()
/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation_unittest.cc25 auto bwe_event = static_cast<RtcEventBweUpdateLossBased*>(arg);
33 auto bwe_event = static_cast<RtcEventBweUpdateLossBased*>(arg);
Dsend_side_bandwidth_estimation.cc607 event_log_->Log(std::make_unique<RtcEventBweUpdateLossBased>( in MaybeLogLossBasedEvent()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.h71 std::unique_ptr<RtcEventBweUpdateLossBased> NewBweUpdateLossBased();
169 const RtcEventBweUpdateLossBased& original_event,
Drtc_event_log_unittest_helper.cc124 std::unique_ptr<RtcEventBweUpdateLossBased>
132 return std::make_unique<RtcEventBweUpdateLossBased>( in NewBweUpdateLossBased()
789 const RtcEventBweUpdateLossBased& original_event, in VerifyLoggedBweLossBasedUpdate()
Drtc_event_log_unittest.cc163 std::vector<std::unique_ptr<RtcEventBweUpdateLossBased>> bwe_loss_list_;