Home
last modified time | relevance | path

Searched defs:empty_bytes (Results 1 – 3 of 3) sorted by relevance

/webrtc/rtp/src/codecs/opus/
H A Dopus_test.rs8 let empty_bytes = Bytes::from_static(&[]); in test_opus_unmarshal() localVariable
/webrtc/rtp/src/codecs/vp8/
H A Dvp8_test.rs8 let empty_bytes = Bytes::from_static(&[]); in test_vp8_unmarshal() localVariable
/webrtc/rtp/src/packet/
H A Dpacket_test.rs10 let mut empty_bytes = &vec![0u8; 0][..]; in test_basic() localVariable