Home
last modified time | relevance | path

Searched refs: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
9 let result = pck.depacketize(&empty_bytes); in test_opus_unmarshal()
/webrtc/rtp/src/codecs/vp8/
H A Dvp8_test.rs8 let empty_bytes = Bytes::from_static(&[]); in test_vp8_unmarshal() localVariable
9 let result = pck.depacketize(&empty_bytes); in test_vp8_unmarshal()
/webrtc/rtp/src/packet/
H A Dpacket_test.rs10 let mut empty_bytes = &vec![0u8; 0][..]; in test_basic() localVariable
11 let result = Packet::unmarshal(&mut empty_bytes); in test_basic()