Searched refs:SdesCname (Results 1 – 5 of 5) sorted by relevance
| /webrtc/rtcp/src/source_description/ |
| H A D | source_description_test.rs | 125 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 D | mod.rs | 28 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 D | compound_packet_test.rs | 95 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 D | mod.rs | 147 if it.sdes_type == SdesType::SdesCname { in validate() 179 if it.sdes_type == SdesType::SdesCname { in cname()
|
| /webrtc/rtcp/src/ |
| H A D | packet.rs | 176 sdes_type: SdesType::SdesCname, in test_packet_unmarshal()
|