Searched refs:readframe (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc27 int readframe(int16_t* data, FILE* inp, int length) { function
125 endfile = readframe(shortdata, inp, framelength);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc32 int readframe(int16_t *data, FILE *inp, int length) function
120 endfile = readframe(shortdata, inp, framelength);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/util/
H A Dutility.h109 int readframe(
H A Dutility.c19 readframe( function
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c45 int readframe(int16_t *data, FILE *inp, int length) { function
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
H A Dkenny.cc30 int readframe(int16_t *data, FILE *inp, int length) { function
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/
H A Dtest_iSACfixfloat.c45 int readframe(WebRtc_Word16 *data, FILE *inp, int length) { function
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
H A Dkenny.c29 int readframe(WebRtc_Word16 *data, FILE *inp, int length) { function
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/
H A DReleaseTest-API.cc642 endfile = readframe(shortdata, inp, samplesIn10Ms);
652 endfile = readframe(shortdata, inp, samplesIn10Ms);
823 readframe(vaddata, vadp, samplesIn10Ms*3);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c368 endfile = readframe(shortdata, inp, samplesIn10Ms);

Completed in 979 milliseconds