Searched refs:rtp_clock (Results 1 – 1 of 1) sorted by relevance
233 let rtp_clock = utils::current_time(); in received_rtp() localVariable237 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()