Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_context.rs233 let rtp_clock = utils::current_time(); in received_rtp() localVariable
237 let mut d = ((rtp_clock - self.last_rtp_clock) * self.sample_rate as u64 / 1000000) in received_rtp()
247 self.last_rtp_clock = rtp_clock; in received_rtp()