Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs168 let mut large_payload_result_avc = BytesMut::new(); in test_h264_packet_unmarshal() localVariable
171 large_payload_result_avc.put(&*payload.clone()); in test_h264_packet_unmarshal()
174 large_payload_result_avc.freeze(), in test_h264_packet_unmarshal()