Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_candidate_type.rs114 for (ctype, expected_string) in tests { in test_ice_candidate_type_string()
115 assert_eq!(ctype.to_string(), expected_string); in test_ice_candidate_type_string()
/webrtc/rtp/src/codecs/h265/
H A Dh265_test.rs722 assert_eq!(parsed.ctype(), expected_fu.ctype(), "invalid CType"); in test_h265_paci_packet()
H A Dmod.rs557 pub fn ctype(&self) -> u8 { in ctype() method