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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc46 int framecnt, endfile; local
121 endfile = 0;
122 while (endfile == 0) {
125 endfile = readframe(shortdata, inp, framelength);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc51 int framecnt, endfile; local
115 endfile = 0;
116 while (endfile == 0) {
120 endfile = readframe(shortdata, inp, framelength);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c80 int endfile; local
267 endfile = 0;
333 while (endfile == 0)
368 endfile = readframe(shortdata, inp, samplesIn10Ms);
369 if(endfile)
393 if(endfile)
412 if(endfile)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c95 int framecnt, endfile; local
317 endfile = 0;
429 while (endfile == 0) {
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
H A Dkenny.cc99 int endfile; local
487 endfile = 0;
528 while (endfile == 0) {
551 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
553 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c95 int framecnt, endfile; local
317 endfile = 0;
429 while (endfile == 0) {
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
H A Dkenny.c98 int endfile; local
496 endfile = 0;
537 while (endfile == 0) {
560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc48 int framecnt, endfile; local
510 endfile = 0;
614 while (endfile == 0)
642 endfile = readframe(shortdata, inp, samplesIn10Ms);
644 if(endfile)
652 endfile = readframe(shortdata, inp, samplesIn10Ms);

Completed in 198 milliseconds