Searched refs:last_rtp_timestamp (Results 1 – 3 of 3) sorted by relevance
93 uint32_t last_rtp_timestamp, in InterpolateAbsoluteCaptureTimestamp() argument99 rtc::dchecked_cast<uint64_t>(rtp_timestamp - last_rtp_timestamp) in InterpolateAbsoluteCaptureTimestamp()
69 uint32_t last_rtp_timestamp,
129 int64_t last_rtp_timestamp = first_rtp_timestamp; in EstimateRtpClockFrequency() local134 last_rtp_timestamp = unwrapper.Unwrap(packets[i].rtp.header.timestamp); in EstimateRtpClockFrequency()148 (last_rtp_timestamp - first_rtp_timestamp) / duration; in EstimateRtpClockFrequency()