Searched defs:shortdata (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc58 int16_t shortdata[480]; local
125 endfile = readframe(shortdata, inp, framelength);
130 stream_len = WebRtcG711_EncodeA(NULL, shortdata, framelength, streamdata);
142 stream_len = WebRtcG711_EncodeU(NULL, shortdata, framelength, streamdata);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc63 int16_t shortdata[960]; local
120 endfile = readframe(shortdata, inp, framelength);
126 stream_len = WebRtcG722_Encode((G722EncInst *)G722enc_inst, shortdata, framelength, streamdata);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc112 int16_t shortdata[FRAMESAMPLES_10ms]; local
551 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
553 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
567 shortdata,
605 shortdata,
H A Dtest_iSACfixfloat.c115 int16_t shortdata[FRAMESAMPLES_10ms]; local
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
443 shortdata,
456 shortdata,
459 stream_len = WebRtcIsacfix_EncodeNb(ISACFIX_main_inst, shortdata, streamdata);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc62 int16_t shortdata[SWBFRAMESAMPLES_10ms]; local
642 endfile = readframe(shortdata, inp, samplesIn10Ms);
652 endfile = readframe(shortdata, inp, samplesIn10Ms);
665 shortdata,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c68 int16_t shortdata[FRAMESAMPLES_SWB_10ms]; local
368 endfile = readframe(shortdata, inp, samplesIn10Ms);
378 shortdata,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c111 WebRtc_Word16 shortdata[FRAMESAMPLES_10ms]; local
560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
576 shortdata,
614 shortdata,
H A Dtest_iSACfixfloat.c115 WebRtc_Word16 shortdata[FRAMESAMPLES_10ms]; local
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
442 stream_len = WebRtcIsac_Encode(ISAC_main_inst, shortdata, streamdata);
452 stream_len = WebRtcIsacfix_Encode(ISACFIX_main_inst, shortdata, streamdata);
454 stream_len = WebRtcIsacfix_EncodeNb(ISACFIX_main_inst, shortdata, streamdata);

Completed in 736 milliseconds