Searched defs:endfile (Results 1 - 6 of 6) sorted by relevance

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

Completed in 109 milliseconds