Home
last modified time | relevance | path

Searched refs:RtcEventAlrState (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/events/
H A Drtc_event_alr_state.cc17 RtcEventAlrState::RtcEventAlrState(bool in_alr) : in_alr_(in_alr) {} in RtcEventAlrState() function in webrtc::RtcEventAlrState
19 RtcEventAlrState::RtcEventAlrState(const RtcEventAlrState& other) in RtcEventAlrState() function in webrtc::RtcEventAlrState
22 RtcEventAlrState::~RtcEventAlrState() = default;
24 RtcEvent::Type RtcEventAlrState::GetType() const { in GetType()
28 bool RtcEventAlrState::IsConfigEvent() const { in IsConfigEvent()
32 std::unique_ptr<RtcEventAlrState> RtcEventAlrState::Copy() const { in Copy()
33 return absl::WrapUnique<RtcEventAlrState>(new RtcEventAlrState(*this)); in Copy()
H A Drtc_event_alr_state.h20 class RtcEventAlrState final : public RtcEvent {
22 explicit RtcEventAlrState(bool in_alr);
23 ~RtcEventAlrState() override;
29 std::unique_ptr<RtcEventAlrState> Copy() const;
34 RtcEventAlrState(const RtcEventAlrState& other);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/events/
H A Drtc_event_alr_state.cc17 RtcEventAlrState::RtcEventAlrState(bool in_alr) : in_alr_(in_alr) {} in RtcEventAlrState() function in webrtc::RtcEventAlrState
19 RtcEventAlrState::RtcEventAlrState(const RtcEventAlrState& other) in RtcEventAlrState() function in webrtc::RtcEventAlrState
22 RtcEventAlrState::~RtcEventAlrState() = default;
24 RtcEvent::Type RtcEventAlrState::GetType() const { in GetType()
28 bool RtcEventAlrState::IsConfigEvent() const { in IsConfigEvent()
32 std::unique_ptr<RtcEventAlrState> RtcEventAlrState::Copy() const { in Copy()
33 return absl::WrapUnique<RtcEventAlrState>(new RtcEventAlrState(*this)); in Copy()
H A Drtc_event_alr_state.h20 class RtcEventAlrState final : public RtcEvent {
22 explicit RtcEventAlrState(bool in_alr);
23 ~RtcEventAlrState() override;
29 std::unique_ptr<RtcEventAlrState> Copy() const;
34 RtcEventAlrState(const RtcEventAlrState& other);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/events/
H A Drtc_event_alr_state.cc17 RtcEventAlrState::RtcEventAlrState(bool in_alr) : in_alr_(in_alr) {} in RtcEventAlrState() function in webrtc::RtcEventAlrState
19 RtcEventAlrState::RtcEventAlrState(const RtcEventAlrState& other) in RtcEventAlrState() function in webrtc::RtcEventAlrState
22 RtcEventAlrState::~RtcEventAlrState() = default;
24 RtcEvent::Type RtcEventAlrState::GetType() const { in GetType()
28 bool RtcEventAlrState::IsConfigEvent() const { in IsConfigEvent()
32 std::unique_ptr<RtcEventAlrState> RtcEventAlrState::Copy() const { in Copy()
33 return absl::WrapUnique<RtcEventAlrState>(new RtcEventAlrState(*this)); in Copy()
H A Drtc_event_alr_state.h20 class RtcEventAlrState final : public RtcEvent {
22 explicit RtcEventAlrState(bool in_alr);
23 ~RtcEventAlrState() override;
29 std::unique_ptr<RtcEventAlrState> Copy() const;
34 RtcEventAlrState(const RtcEventAlrState& other);
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/events/
H A Drtc_event_alr_state.cc17 RtcEventAlrState::RtcEventAlrState(bool in_alr) : in_alr_(in_alr) {} in RtcEventAlrState() function in webrtc::RtcEventAlrState
19 RtcEventAlrState::RtcEventAlrState(const RtcEventAlrState& other) in RtcEventAlrState() function in webrtc::RtcEventAlrState
22 RtcEventAlrState::~RtcEventAlrState() = default;
24 std::unique_ptr<RtcEventAlrState> RtcEventAlrState::Copy() const { in Copy()
25 return absl::WrapUnique<RtcEventAlrState>(new RtcEventAlrState(*this)); in Copy()
H A Drtc_event_alr_state.h20 class RtcEventAlrState final : public RtcEvent {
24 explicit RtcEventAlrState(bool in_alr);
25 ~RtcEventAlrState() override;
30 std::unique_ptr<RtcEventAlrState> Copy() const;
35 RtcEventAlrState(const RtcEventAlrState& other);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.h46 class RtcEventAlrState; variable
64 std::string EncodeAlrState(const RtcEventAlrState& event);
H A Drtc_event_log_encoder_new_format.h29 class RtcEventAlrState; variable
72 void EncodeAlrState(rtc::ArrayView<const RtcEventAlrState*> batch,
H A Drtc_event_log_encoder_legacy.cc269 auto& rtc_event = static_cast<const RtcEventAlrState&>(event); in Encode()
380 const RtcEventAlrState& event) { in EncodeAlrState()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.h46 class RtcEventAlrState; variable
64 std::string EncodeAlrState(const RtcEventAlrState& event);
H A Drtc_event_log_encoder_new_format.h29 class RtcEventAlrState; variable
73 void EncodeAlrState(rtc::ArrayView<const RtcEventAlrState*> batch,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.h46 class RtcEventAlrState; variable
64 std::string EncodeAlrState(const RtcEventAlrState& event);
H A Drtc_event_log_encoder_new_format.h29 class RtcEventAlrState; variable
73 void EncodeAlrState(rtc::ArrayView<const RtcEventAlrState*> batch,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.h46 class RtcEventAlrState; variable
64 std::string EncodeAlrState(const RtcEventAlrState& event);
H A Drtc_event_log_encoder_new_format.h29 class RtcEventAlrState; variable
73 void EncodeAlrState(rtc::ArrayView<const RtcEventAlrState*> batch,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.h67 std::unique_ptr<RtcEventAlrState> NewAlrState();
153 void VerifyLoggedAlrStateEvent(const RtcEventAlrState& original_event,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.h68 std::unique_ptr<RtcEventAlrState> NewAlrState();
155 void VerifyLoggedAlrStateEvent(const RtcEventAlrState& original_event,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.h68 std::unique_ptr<RtcEventAlrState> NewAlrState();
155 void VerifyLoggedAlrStateEvent(const RtcEventAlrState& original_event,
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.h69 std::unique_ptr<RtcEventAlrState> NewAlrState();
157 void VerifyLoggedAlrStateEvent(const RtcEventAlrState& original_event,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/goog_cc/
H A Dalr_detector.cc96 std::make_unique<RtcEventAlrState>(alr_started_time_ms_.has_value())); in OnBytesSent()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/congestion_controller/goog_cc/
H A Dalr_detector.cc96 std::make_unique<RtcEventAlrState>(alr_started_time_ms_.has_value())); in OnBytesSent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/congestion_controller/goog_cc/
H A Dalr_detector.cc96 std::make_unique<RtcEventAlrState>(alr_started_time_ms_.has_value())); in OnBytesSent()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/congestion_controller/goog_cc/
H A Dalr_detector.cc96 std::make_unique<RtcEventAlrState>(alr_started_time_ms_.has_value())); in OnBytesSent()

12