Searched refs:rtp_timestamp_values (Results 1 – 1 of 1) sorted by relevance
435 std::vector<absl::optional<uint64_t>> rtp_timestamp_values = DecodeDeltas( in StoreRtpPackets() local437 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()