Searched refs:endfile (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 47 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/ |
D | testG711.cc | 41 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/ |
D | simpleKenny.c | 80 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/ |
D | test_iSACfixfloat.c | 86 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()
|
D | kenny.cc | 100 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/ |
D | ReleaseTest-API.cc | 44 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()
|