Searched refs:small_bytes (Results 1 – 1 of 1) sorted by relevance
13 let small_bytes = Bytes::from_static(&[0x00, 0x11, 0x22]); in test_vp8_unmarshal() localVariable14 let result = pck.depacketize(&small_bytes); in test_vp8_unmarshal()18 let small_bytes = Bytes::from_static(&[0x00, 0x11]); in test_vp8_unmarshal() localVariable19 let result = pck.depacketize(&small_bytes); in test_vp8_unmarshal()