Searched defs:raw_bytes (Results 1 – 2 of 2) sorted by relevance
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | vp8_test.rs | 23 let raw_bytes = Bytes::from_static(&[0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x90]); in test_vp8_unmarshal() localVariable 28 let raw_bytes = Bytes::from_static(&[0x80, 0x00, 0x00, 0x00]); in test_vp8_unmarshal() localVariable 38 let raw_bytes = Bytes::from_static(&[0x80, 0x80, 0x81, 0x00, 0x00]); in test_vp8_unmarshal() localVariable 48 let raw_bytes = Bytes::from_static(&[0x80, 0x40, 0x00, 0x00]); in test_vp8_unmarshal() localVariable 58 let raw_bytes = Bytes::from_static(&[0x80, 0x20, 0x00, 0x00]); in test_vp8_unmarshal() localVariable 68 let raw_bytes = Bytes::from_static(&[0x80, 0x10, 0x00, 0x00]); in test_vp8_unmarshal() localVariable 78 let raw_bytes = Bytes::from_static(&[0xff, 0xff, 0x00, 0x00, 0x00, 0x00]); in test_vp8_unmarshal() localVariable 90 let raw_bytes = Bytes::from_static(&[0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00]); in test_vp8_unmarshal() localVariable
|
| /webrtc/rtp/src/codecs/opus/ |
| H A D | opus_test.rs | 13 let raw_bytes = Bytes::from_static(&[0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x90]); in test_opus_unmarshal() localVariable
|