Searched defs:readframe (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc27 bool readframe(int16_t* data, FILE* inp, size_t length) { function
123 endfile = readframe(shortdata, inp, framelength);
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc32 bool readframe(int16_t *data, FILE *inp, size_t length) function
120 endfile = readframe(shortdata, inp, framelength);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
H A Dutility.c19 readframe( function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c40 int readframe(int16_t* data, FILE* inp, int length) { function
400 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
402 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms / 2));
H A Dkenny.cc30 int readframe(int16_t *data, FILE *inp, int length) { function
550 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
552 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));

Completed in 137 milliseconds