Home
last modified time | relevance | path

Searched refs:SdesCname (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()
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()
304 sdes_type: SdesType::SdesCname, in test_source_description_roundtrip()
317 sdes_type: SdesType::SdesCname, in test_source_description_roundtrip()
H A Dmod.rs28 SdesCname = 1, // canonical name RFC 3550, 6.5.1 enumerator
42 SdesType::SdesCname => "CNAME", in fmt()
58 1 => SdesType::SdesCname, in from()
/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()