Searched refs:SdesType (Results 1 – 5 of 5) sorted by relevance
| /webrtc/rtcp/src/source_description/ |
| H A D | mod.rs | 25 pub enum SdesType { enum 38 impl fmt::Display for SdesType { implementation 55 impl From<u8> for SdesType { implementation 58 1 => SdesType::SdesCname, in from() 59 2 => SdesType::SdesName, in from() 60 3 => SdesType::SdesEmail, in from() 61 4 => SdesType::SdesPhone, in from() 63 6 => SdesType::SdesTool, in from() 64 7 => SdesType::SdesNote, in from() 66 _ => SdesType::SdesEnd, in from() [all …]
|
| 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() 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 …]
|
| /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()
|