Home
last modified time | relevance | path

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

/xiu/
H A DCargo.lock8 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 …]
H A DREADME.md67 - Building from source
105 - Using make local to build local source codes:
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Drtcp_context.rs124 source: RtcpSource, field
131 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 …]
/xiu/application/xiu/
H A DREADME.md62 - Building from source
100 - Using make local to build local source codes: