Searched refs:readframe (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 45 int readframe(WebRtc_Word16 *data, FILE *inp, int length) { in readframe() function 435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in main() 437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2)); in main()
|
D | kenny.c | 29 int readframe(WebRtc_Word16 *data, FILE *inp, int length) { in readframe() function 560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in main() 562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2)); in main()
|