HomeSort by relevance Sort by last modified time
    Searched refs:readframe (Results 1 - 8 of 8) sorted by null

  /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/main/util/
utility.h 109 int readframe(
utility.c 19 readframe( function
  /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));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 576 endfile = readframe(shortdata, inp, samplesIn10Ms);
584 endfile = readframe(shortdata, inp, samplesIn10Ms);
744 readframe(vaddata, vadp, samplesIn10Ms * 3);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 328 endfile = readframe(shortdata, inp, samplesIn10Ms);

Completed in 150 milliseconds