Searched refs:old_rtp_data (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc306 unsigned char old_rtp_data[kRtpDataSize]; local
778 if (fwrite(old_rtp_data, 12 + old_enc_len, 1, out_file) != 1) {
785 memcpy(old_rtp_data, rtp_data, 12 + enc_len);

Completed in 96 milliseconds