Searched refs:endfile (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 41 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/ |
D | testG722.cc | 44 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/ |
D | simpleKenny.c | 73 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/ |
D | ReleaseTest-API.cc | 48 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/ |
D | kenny.cc | 106 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/ |
D | f2018-grammar.md | 52 endfile-stmt | error-stop-stmt | event-post-stmt | event-wait-stmt | 619 R1225 endfile-stmt -> ENDFILE file-unit-number | ENDFILE ( position-spec-list )
|