Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs157 let mut large_payload_result = BytesMut::new(); in test_h264_packet_unmarshal() localVariable
160 large_payload_result.put(&*payload.clone()); in test_h264_packet_unmarshal()
163 large_payload_result.freeze(), in test_h264_packet_unmarshal()