Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/g711/test/
DtestG711.cc41 bool endfile; in main() local
118 endfile = false; in main()
119 while (!endfile) { in main()
122 endfile = readframe(shortdata, inp, framelength); in main()
/external/webrtc/modules/audio_coding/codecs/g722/test/
DtestG722.cc44 bool endfile; in main() local
111 endfile = false; in main()
112 while (!endfile) { in main()
116 endfile = readframe(shortdata, inp, framelength); in main()
/external/webrtc/modules/audio_coding/codecs/isac/main/test/
DsimpleKenny.c73 int endfile; in main() local
238 endfile = 0; in main()
271 while (endfile == 0) { in main()
297 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()
298 if (endfile) { in main()
316 if (endfile) { in main()
337 if (endfile) { in main()
/external/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc48 int framecnt, endfile; in main() local
465 endfile = 0; in main()
550 while (endfile == 0) { in main()
569 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()
571 if (endfile) { in main()
577 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc106 int endfile; in TEST() local
564 endfile = 0; in TEST()
602 while (endfile == 0) { in TEST()
618 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in TEST()
620 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms / 2)); in TEST()
/external/llvm-project/flang/docs/
Df2018-grammar.md52 endfile-stmt | error-stop-stmt | event-post-stmt | event-wait-stmt |
619 R1225 endfile-stmt -> ENDFILE file-unit-number | ENDFILE ( position-spec-list )