Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc47 bool endfile; in main() local
115 endfile = false; in main()
116 while (!endfile) { in main()
120 endfile = readframe(shortdata, inp, framelength); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
DtestG711.cc41 bool endfile; in main() local
119 endfile = false; in main()
120 while (!endfile) { in main()
123 endfile = readframe(shortdata, inp, framelength); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c80 int endfile; in main() local
249 endfile = 0; in main()
302 while (endfile == 0) { in main()
328 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()
329 if (endfile) { in main()
347 if (endfile) { in main()
368 if (endfile) { in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dtest_iSACfixfloat.c86 int framecnt, endfile; in main() local
283 endfile = 0; in main()
393 while (endfile == 0) { in main()
400 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in main()
402 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms / 2)); in main()
Dkenny.cc100 int endfile; in main() local
491 endfile = 0; in main()
532 while (endfile == 0) { in main()
550 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in main()
552 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2)); in main()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc44 int framecnt, endfile; in main() local
472 endfile = 0; in main()
557 while (endfile == 0) { in main()
576 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()
578 if (endfile) { in main()
584 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()