/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
testG711.cc | 41 bool endfile; local 119 endfile = false; 120 while (!endfile) { 123 endfile = readframe(shortdata, inp, framelength);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
testG722.cc | 47 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/ |
test_iSACfixfloat.c | 86 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));
|
kenny.cc | 100 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/ReleaseTest-API/ |
ReleaseTest-API.cc | 44 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);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 80 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) {
|