Home
last modified time | relevance | path

Searched refs:video_rotation_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.cc497 std::vector<absl::optional<uint64_t>> video_rotation_values; in StoreRtpPackets() local
502 video_rotation_values = DecodeDeltas(proto.video_rotation_deltas(), in StoreRtpPackets()
504 RTC_PARSE_CHECK_OR_RETURN_EQ(video_rotation_values.size(), in StoreRtpPackets()
579 if (video_rotation_values.size() > i && in StoreRtpPackets()
580 video_rotation_values[i].has_value()) { in StoreRtpPackets()
583 rtc::checked_cast<uint8_t>(video_rotation_values[i].value())); in StoreRtpPackets()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/
H A Drtc_event_log_parser.cc492 std::vector<absl::optional<uint64_t>> video_rotation_values; in StoreRtpPackets() local
497 video_rotation_values = DecodeDeltas(proto.video_rotation_deltas(), in StoreRtpPackets()
499 RTC_PARSE_CHECK_OR_RETURN_EQ(video_rotation_values.size(), in StoreRtpPackets()
574 if (video_rotation_values.size() > i && in StoreRtpPackets()
575 video_rotation_values[i].has_value()) { in StoreRtpPackets()
578 rtc::checked_cast<uint8_t>(video_rotation_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.cc518 std::vector<absl::optional<uint64_t>> video_rotation_values; in StoreRtpPackets() local
523 video_rotation_values = DecodeDeltas(proto.video_rotation_deltas(), in StoreRtpPackets()
525 RTC_PARSE_CHECK_OR_RETURN_EQ(video_rotation_values.size(), in StoreRtpPackets()
600 if (video_rotation_values.size() > i && in StoreRtpPackets()
601 video_rotation_values[i].has_value()) { in StoreRtpPackets()
604 rtc::checked_cast<uint8_t>(video_rotation_values[i].value())); in StoreRtpPackets()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.cc518 std::vector<absl::optional<uint64_t>> video_rotation_values; in StoreRtpPackets() local
523 video_rotation_values = DecodeDeltas(proto.video_rotation_deltas(), in StoreRtpPackets()
525 RTC_PARSE_CHECK_OR_RETURN_EQ(video_rotation_values.size(), in StoreRtpPackets()
600 if (video_rotation_values.size() > i && in StoreRtpPackets()
601 video_rotation_values[i].has_value()) { in StoreRtpPackets()
604 rtc::checked_cast<uint8_t>(video_rotation_values[i].value())); in StoreRtpPackets()