/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/ |
utility.c | 19 readframe( function
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
testG711.cc | 27 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/ |
testG722.cc | 32 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/fix/test/ |
test_iSACfixfloat.c | 40 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));
|
kenny.cc | 30 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));
|