Searched refs:source (Results 1 – 4 of 4) sorted by relevance
8 source = "registry+https://github.com/rust-lang/crates.io-index"17 source = "registry+https://github.com/rust-lang/crates.io-index"23 source = "registry+https://github.com/rust-lang/crates.io-index"32 source = "registry+https://github.com/rust-lang/crates.io-index"42 source = "registry+https://github.com/rust-lang/crates.io-index"52 source = "registry+https://github.com/rust-lang/crates.io-index"63 source = "registry+https://github.com/rust-lang/crates.io-index"75 source = "registry+https://github.com/rust-lang/crates.io-index"86 source = "registry+https://github.com/rust-lang/crates.io-index"100 source = "registry+https://github.com/rust-lang/crates.io-index"[all …]
67 - Building from source105 - Using make local to build local source codes:
124 source: RtcpSource, field131 source: RtcpSource { in new()168 let extend_max = self.source.cycles + self.source.max_seq as u32; in gen_report_block()169 let expected = extend_max - self.source.base_seq + 1; in gen_report_block()170 let lost = expected - self.source.received; in gen_report_block()172 self.source.expected_prior = expected; in gen_report_block()174 let received_interval = self.source.received - self.source.received_prior; in gen_report_block()175 self.source.received_prior = self.source.received; in gen_report_block()195 jitter: self.source.jitter as u32, in gen_report_block()235 self.source.jitter = 0.; in received_rtp()[all …]
62 - Building from source100 - Using make local to build local source codes: