HomeSort by relevance Sort by last modified time
    Searched defs:FRAMESAMPLES_10ms (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 29 #define FRAMESAMPLES_10ms 160
105 int16_t shortdata[FRAMESAMPLES_10ms];
400 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
402 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms / 2));
434 cur_framesmpls += FRAMESAMPLES_10ms;
kenny.cc 26 #define FRAMESAMPLES_10ms 160 /* number of samples per 10ms frame */
116 int16_t shortdata[FRAMESAMPLES_10ms];
550 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
552 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
631 cur_framesmpls += FRAMESAMPLES_10ms;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 31 #define FRAMESAMPLES_10ms 160 /* number of samples per 10ms frame */
395 samplesIn10Ms = FRAMESAMPLES_10ms;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 42 #define FRAMESAMPLES_10ms 160 /* ((10*FS)/1000) */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 50 #define FRAMESAMPLES_10ms ((10*FS)/1000)
51 #define SWBFRAMESAMPLES_10ms (FRAMESAMPLES_10ms * 2)

Completed in 47 milliseconds