Home
last modified time | relevance | path

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

/webrtc/rtp/src/packet/
H A Dpacket_test.rs474 let ext_expect = Some(Bytes::from_static(&[])); in test_rfc8285_two_byte_multiple_extension_with_padding() localVariable
476 ext, ext_expect, in test_rfc8285_two_byte_multiple_extension_with_padding()
481 let ext_expect = Some(Bytes::from_static(&[0xBB])); in test_rfc8285_two_byte_multiple_extension_with_padding() localVariable
483 ext, ext_expect, in test_rfc8285_two_byte_multiple_extension_with_padding()
488 let ext_expect = Some(Bytes::from_static(&[0xCC, 0xCC, 0xCC, 0xCC])); in test_rfc8285_two_byte_multiple_extension_with_padding() localVariable
490 ext, ext_expect, in test_rfc8285_two_byte_multiple_extension_with_padding()