Home
last modified time | relevance | path

Searched defs:multiple_payload (Results 1 – 2 of 2) sorted by relevance

/webrtc/rtp/src/packetizer/
H A Dpacketizer_test.rs10 let multiple_payload = Bytes::from_static(&[0; 128]); in test_packetizer() localVariable
/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs10 let multiple_payload = Bytes::from_static(&[0x00, 0x00, 0x01, 0x90, 0x00, 0x00, 0x01, 0x90]); in test_h264_payload() localVariable