Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc435 std::vector<absl::optional<uint64_t>> rtp_timestamp_values = DecodeDeltas( in StoreRtpPackets() local
437 RTC_PARSE_CHECK_OR_RETURN_EQ(rtp_timestamp_values.size(), number_of_deltas); in StoreRtpPackets()
541 RTC_PARSE_CHECK_OR_RETURN(rtp_timestamp_values[i].has_value()); in StoreRtpPackets()
556 header.timestamp = rtc::checked_cast<uint32_t>(*rtp_timestamp_values[i]); in StoreRtpPackets()