Home
last modified time | relevance | path

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

/webrtc/rtcp/src/goodbye/
H A Dgoodbye_test.rs14 sources: vec![0x902f9e2e], in test_goodbye_unmarshal()
27 sources: vec![], in test_goodbye_unmarshal()
40 sources: vec![], in test_goodbye_unmarshal()
66 sources: vec![], in test_goodbye_unmarshal()
78 sources: vec![], in test_goodbye_unmarshal()
90 sources: vec![], in test_goodbye_unmarshal()
99 sources: vec![], in test_goodbye_unmarshal()
144 sources: vec![], in test_goodbye_round_trip()
168 sources: vec![], in test_goodbye_round_trip()
176 sources: vec![], in test_goodbye_round_trip()
[all …]
H A Dmod.rs17 pub sources: Vec<u32>, field
25 for s in &self.sources { in fmt()
39 count: self.sources.len() as u8, in header()
47 self.sources.to_vec() in destination_ssrc()
51 let srcs_length = self.sources.len() * SSRC_LENGTH; in raw_size()
84 if self.sources.len() > COUNT_MAX { in marshal_to()
114 for source in &self.sources { in marshal_to()
167 let mut sources = Vec::with_capacity(header.count as usize); in unmarshal() localVariable
169 sources.push(raw_packet.get_u32()); in unmarshal()
191 Ok(Goodbye { sources, reason }) in unmarshal()
/webrtc/rtcp/src/
H A Dpacket.rs183 sources: vec![0x902f9e2e], in test_packet_unmarshal()
/webrtc/rtcp/src/compound_packet/
H A Dcompound_packet_test.rs290 sources: vec![1234], in test_compound_packet_roundtrip()