Searched refs:RtcEventBweUpdateLossBased (Results 1 – 12 of 12) sorted by relevance
17 RtcEventBweUpdateLossBased::RtcEventBweUpdateLossBased(int32_t bitrate_bps, in RtcEventBweUpdateLossBased() function in webrtc::RtcEventBweUpdateLossBased24 RtcEventBweUpdateLossBased::RtcEventBweUpdateLossBased( in RtcEventBweUpdateLossBased() function in webrtc::RtcEventBweUpdateLossBased25 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()
22 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);
32 class RtcEventBweUpdateLossBased; variable74 std::string EncodeBweUpdateLossBased(const RtcEventBweUpdateLossBased& event);
37 class RtcEventBweUpdateLossBased; variable89 rtc::ArrayView<const RtcEventBweUpdateLossBased*> batch,
677 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()
296 auto& rtc_event = static_cast<const RtcEventBweUpdateLossBased&>(event); in Encode()485 const RtcEventBweUpdateLossBased& event) { in EncodeBweUpdateLossBased()
489 TEST_P(RtcEventLogEncoderTest, RtcEventBweUpdateLossBased) { in TEST_P() argument490 std::vector<std::unique_ptr<RtcEventBweUpdateLossBased>> events(event_count_); in TEST_P()
25 auto bwe_event = static_cast<RtcEventBweUpdateLossBased*>(arg);33 auto bwe_event = static_cast<RtcEventBweUpdateLossBased*>(arg);
607 event_log_->Log(std::make_unique<RtcEventBweUpdateLossBased>( in MaybeLogLossBasedEvent()
71 std::unique_ptr<RtcEventBweUpdateLossBased> NewBweUpdateLossBased();169 const RtcEventBweUpdateLossBased& original_event,
124 std::unique_ptr<RtcEventBweUpdateLossBased>132 return std::make_unique<RtcEventBweUpdateLossBased>( in NewBweUpdateLossBased()789 const RtcEventBweUpdateLossBased& original_event, in VerifyLoggedBweLossBasedUpdate()
163 std::vector<std::unique_ptr<RtcEventBweUpdateLossBased>> bwe_loss_list_;