Home
last modified time | relevance | path

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

/webrtc/rtp/src/packet/
H A Dpacket_test.rs225 let ext1 = p.header.get_extension(1); in test_rfc_8285_one_byte_two_extension_of_two_bytes() localVariable
227 if let Some(ext1) = ext1 { in test_rfc_8285_one_byte_two_extension_of_two_bytes()
228 assert_eq!(ext1, ext1_expect); in test_rfc_8285_one_byte_two_extension_of_two_bytes()
296 let ext1 = packet in test_rfc_8285_one_byte_multiple_extensions_with_padding() localVariable
302 assert_eq!(ext1, ext1_expect); in test_rfc_8285_one_byte_multiple_extensions_with_padding()