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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc51 int16_t shortdata[480]; local
123 endfile = readframe(shortdata, inp, framelength);
128 stream_len = WebRtcG711_EncodeA(shortdata, framelength, streamdata);
139 stream_len = WebRtcG711_EncodeU(shortdata, framelength, streamdata);
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc58 int16_t shortdata[960]; local
120 endfile = readframe(shortdata, inp, framelength);
126 stream_len = WebRtcG722_Encode((G722EncInst *)G722enc_inst, shortdata, framelength, streamdata);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c105 int16_t shortdata[FRAMESAMPLES_10ms]; local
400 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
402 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms / 2));
408 WebRtcIsac_Encode(ISAC_main_inst, shortdata, (uint8_t*)streamdata);
418 stream_len_int = WebRtcIsacfix_Encode(ISACFIX_main_inst, shortdata,
422 WebRtcIsacfix_EncodeNb(ISACFIX_main_inst, shortdata, streamdata);
H A Dkenny.cc116 int16_t shortdata[FRAMESAMPLES_10ms]; local
550 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
552 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
566 shortdata,
607 shortdata,
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c68 int16_t shortdata[FRAMESAMPLES_SWB_10ms]; local
328 endfile = readframe(shortdata, inp, samplesIn10Ms);
335 stream_len_int = WebRtcIsac_Encode(ISAC_main_inst, shortdata, payload);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc60 int16_t shortdata[SWBFRAMESAMPLES_10ms]; local
576 endfile = readframe(shortdata, inp, samplesIn10Ms);
584 endfile = readframe(shortdata, inp, samplesIn10Ms);
595 WebRtcIsac_Encode(ISAC_main_inst, shortdata, (uint8_t*)streamdata);

Completed in 238 milliseconds