Home
last modified time | relevance | path

Searched refs:absolute_send_time_values (Results 1 – 4 of 4) sorted by relevance

/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_parser.cc484 std::vector<absl::optional<uint64_t>> absolute_send_time_values; in StoreRtpPackets() local
489 absolute_send_time_values = in StoreRtpPackets()
492 RTC_PARSE_CHECK_OR_RETURN_EQ(absolute_send_time_values.size(), in StoreRtpPackets()
573 if (absolute_send_time_values.size() > i && in StoreRtpPackets()
574 absolute_send_time_values[i].has_value()) { in StoreRtpPackets()
577 rtc::checked_cast<uint32_t>(absolute_send_time_values[i].value()); in StoreRtpPackets()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/
H A Drtc_event_log_parser.cc479 std::vector<absl::optional<uint64_t>> absolute_send_time_values; in StoreRtpPackets() local
484 absolute_send_time_values = in StoreRtpPackets()
487 RTC_PARSE_CHECK_OR_RETURN_EQ(absolute_send_time_values.size(), in StoreRtpPackets()
568 if (absolute_send_time_values.size() > i && in StoreRtpPackets()
569 absolute_send_time_values[i].has_value()) { in StoreRtpPackets()
572 rtc::checked_cast<uint32_t>(absolute_send_time_values[i].value()); in StoreRtpPackets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.cc505 std::vector<absl::optional<uint64_t>> absolute_send_time_values; in StoreRtpPackets() local
510 absolute_send_time_values = in StoreRtpPackets()
513 RTC_PARSE_CHECK_OR_RETURN_EQ(absolute_send_time_values.size(), in StoreRtpPackets()
594 if (absolute_send_time_values.size() > i && in StoreRtpPackets()
595 absolute_send_time_values[i].has_value()) { in StoreRtpPackets()
598 rtc::checked_cast<uint32_t>(absolute_send_time_values[i].value()); in StoreRtpPackets()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.cc505 std::vector<absl::optional<uint64_t>> absolute_send_time_values; in StoreRtpPackets() local
510 absolute_send_time_values = in StoreRtpPackets()
513 RTC_PARSE_CHECK_OR_RETURN_EQ(absolute_send_time_values.size(), in StoreRtpPackets()
594 if (absolute_send_time_values.size() > i && in StoreRtpPackets()
595 absolute_send_time_values[i].has_value()) { in StoreRtpPackets()
598 rtc::checked_cast<uint32_t>(absolute_send_time_values[i].value()); in StoreRtpPackets()