Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/vp8/
H A Dvp8_test.rs13 let small_bytes = Bytes::from_static(&[0x00, 0x11, 0x22]); in test_vp8_unmarshal() localVariable
14 let result = pck.depacketize(&small_bytes); in test_vp8_unmarshal()
18 let small_bytes = Bytes::from_static(&[0x00, 0x11]); in test_vp8_unmarshal() localVariable
19 let result = pck.depacketize(&small_bytes); in test_vp8_unmarshal()