Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dabsolute_capture_time_receiver.cc93 uint32_t last_rtp_timestamp, in InterpolateAbsoluteCaptureTimestamp() argument
99 rtc::dchecked_cast<uint64_t>(rtp_timestamp - last_rtp_timestamp) in InterpolateAbsoluteCaptureTimestamp()
Dabsolute_capture_time_receiver.h69 uint32_t last_rtp_timestamp,
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc129 int64_t last_rtp_timestamp = first_rtp_timestamp; in EstimateRtpClockFrequency() local
134 last_rtp_timestamp = unwrapper.Unwrap(packets[i].rtp.header.timestamp); in EstimateRtpClockFrequency()
148 (last_rtp_timestamp - first_rtp_timestamp) / duration; in EstimateRtpClockFrequency()