Searched refs:readframe (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 27 bool readframe(int16_t* data, FILE* inp, size_t length) { in readframe() function 123 endfile = readframe(shortdata, inp, framelength); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 32 bool readframe(int16_t *data, FILE *inp, size_t length) in readframe() function 120 endfile = readframe(shortdata, inp, framelength); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 40 int readframe(int16_t* data, FILE* inp, int length) { in readframe() function 400 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in main() 402 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms / 2)); in main()
|
D | kenny.cc | 30 int readframe(int16_t *data, FILE *inp, int length) { in readframe() function 550 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms); in main() 552 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2)); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/ |
D | utility.h | 109 int readframe(
|
D | utility.c | 19 readframe( in readframe() function
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 576 endfile = readframe(shortdata, inp, samplesIn10Ms); in main() 584 endfile = readframe(shortdata, inp, samplesIn10Ms); in main() 744 readframe(vaddata, vadp, samplesIn10Ms * 3); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 328 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()
|