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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 29 #define FRAMESAMPLES_10ms 160
115 WebRtc_Word16 shortdata[FRAMESAMPLES_10ms];
435 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
437 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
464 cur_framesmpls += FRAMESAMPLES_10ms;
kenny.c 25 #define FRAMESAMPLES_10ms 160 /* number of samples per 10ms frame */
111 WebRtc_Word16 shortdata[FRAMESAMPLES_10ms];
560 endfile = readframe(shortdata, inp, FRAMESAMPLES_10ms);
562 endfile = readframe(shortdata, inp, (FRAMESAMPLES_10ms/2));
637 cur_framesmpls += FRAMESAMPLES_10ms;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 42 #define FRAMESAMPLES_10ms 160 /* ((10*FS)/1000) */
  /external/webrtc/src/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 361 milliseconds