Home
last modified time | relevance | path

Searched refs:readframe (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
DtestG711.cc27 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/
DtestG722.cc32 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/
Dtest_iSACfixfloat.c40 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()
Dkenny.cc30 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/
Dutility.h109 int readframe(
Dutility.c19 readframe( in readframe() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc576 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/
DsimpleKenny.c328 endfile = readframe(shortdata, inp, samplesIn10Ms); in main()