HomeSort by relevance Sort by last modified time
    Searched refs:endfile (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 46 int framecnt, endfile; local
121 endfile = 0;
122 while (endfile == 0) {
125 endfile = readframe(shortdata, inp, framelength);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 51 int framecnt, endfile; local
115 endfile = 0;
116 while (endfile == 0) {
120 endfile = readframe(shortdata, inp, framelength);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 80 int endfile; local
267 endfile = 0;
333 while (endfile == 0)
368 endfile = readframe(shortdata, inp, samplesIn10Ms);
369 if(endfile)
393 if(endfile)
412 if(endfile)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 95 int framecnt, endfile; local
317 endfile = 0;
429 while (endfile == 0) {
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
kenny.cc 99 int endfile; local
487 endfile = 0;
528 while (endfile == 0) {
551 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
553 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 95 int framecnt, endfile; local
317 endfile = 0;
429 while (endfile == 0) {
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
kenny.c 98 int endfile; local
496 endfile = 0;
537 while (endfile == 0) {
560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 48 int framecnt, endfile; local
510 endfile = 0;
614 while (endfile == 0)
642 endfile = readframe(shortdata, inp, samplesIn10Ms);
644 if(endfile)
652 endfile = readframe(shortdata, inp, samplesIn10Ms);
    [all...]

Completed in 205 milliseconds