Home
last modified time | relevance | path

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

/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs125 sdes_type: SdesType::SdesCname, in test_source_description_unmarshal()
147 sdes_type: SdesType::SdesCname, in test_source_description_unmarshal()
151 sdes_type: SdesType::SdesPhone, in test_source_description_unmarshal()
179 sdes_type: SdesType::SdesCname, in test_source_description_unmarshal()
186 sdes_type: SdesType::SdesCname, in test_source_description_unmarshal()
241 sdes_type: SdesType::SdesCname, in test_source_description_roundtrip()
249 sdes_type: SdesType::SdesNote, in test_source_description_roundtrip()
268 sdes_type: SdesType::SdesEnd, in test_source_description_roundtrip()
291 sdes_type: SdesType::SdesEmail, in test_source_description_roundtrip()
304 sdes_type: SdesType::SdesCname, in test_source_description_roundtrip()
[all …]
H A Dmod.rs155 if item.sdes_type == SdesType::SdesEnd { in unmarshal()
179 pub sdes_type: SdesType, field
208 if self.sdes_type == SdesType::SdesEnd { in marshal_to()
216 buf.put_u8(self.sdes_type as u8); in marshal_to()
248 let sdes_type = SdesType::from(raw_packet.get_u8()); in unmarshal() localVariable
249 if sdes_type == SdesType::SdesEnd { in unmarshal()
251 sdes_type, in unmarshal()
267 Ok(SourceDescriptionItem { sdes_type, text }) in unmarshal()
/webrtc/rtcp/src/compound_packet/
H A Dcompound_packet_test.rs95 sdes_type: SdesType::SdesCname, in test_valid_packet()
175 sdes_type: SdesType::SdesCname, in test_cname()
277 sdes_type: SdesType::SdesCname, in test_compound_packet_roundtrip()
H A Dmod.rs147 if it.sdes_type == SdesType::SdesCname { in validate()
179 if it.sdes_type == SdesType::SdesCname { in cname()
/webrtc/rtcp/src/
H A Dpacket.rs176 sdes_type: SdesType::SdesCname, in test_packet_unmarshal()