Home
last modified time | relevance | path

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

/webrtc/rtp/src/packet/
H A Dpacket_test.rs233 let ext2 = p.header.get_extension(2); in test_rfc_8285_one_byte_two_extension_of_two_bytes() localVariable
235 if let Some(ext2) = ext2 { in test_rfc_8285_one_byte_two_extension_of_two_bytes()
236 assert_eq!(ext2, ext2_expect); in test_rfc_8285_one_byte_two_extension_of_two_bytes()
304 let ext2 = packet in test_rfc_8285_one_byte_multiple_extensions_with_padding() localVariable
310 assert_eq!(ext2, ext2_expect); in test_rfc_8285_one_byte_multiple_extensions_with_padding()