Home
last modified time | relevance | path

Searched defs:LoggedRouteChangeEvent (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/events/
H A Drtc_event_route_change.h42 struct LoggedRouteChangeEvent { struct
44 LoggedRouteChangeEvent(int64_t timestamp_ms, in LoggedRouteChangeEvent() function
49 int64_t log_time_us() const { return timestamp_ms * 1000; } in log_time_us()
50 int64_t log_time_ms() const { return timestamp_ms; } in log_time_ms()
52 int64_t timestamp_ms;
53 bool connected;
54 uint32_t overhead;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/
H A Dlogged_events.h227 struct LoggedRouteChangeEvent { struct
229 LoggedRouteChangeEvent(int64_t timestamp_ms, in LoggedRouteChangeEvent() argument
234 int64_t log_time_us() const { return timestamp_ms * 1000; } in log_time_us()
235 int64_t log_time_ms() const { return timestamp_ms; } in log_time_ms()
237 int64_t timestamp_ms;
238 bool connected;
239 uint32_t overhead;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/
H A Dlogged_events.h241 struct LoggedRouteChangeEvent { struct
243 LoggedRouteChangeEvent(int64_t timestamp_ms, in LoggedRouteChangeEvent() function
248 int64_t log_time_us() const { return timestamp_ms * 1000; } in log_time_us()
249 int64_t log_time_ms() const { return timestamp_ms; } in log_time_ms()
251 int64_t timestamp_ms;
252 bool connected;
253 uint32_t overhead;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/
H A Dlogged_events.h241 struct LoggedRouteChangeEvent { struct
243 LoggedRouteChangeEvent(int64_t timestamp_ms, in LoggedRouteChangeEvent() argument
248 int64_t log_time_us() const { return timestamp_ms * 1000; } in log_time_us()
249 int64_t log_time_ms() const { return timestamp_ms; } in log_time_ms()
251 int64_t timestamp_ms;
252 bool connected;
253 uint32_t overhead;