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

  /external/chromium_org/third_party/opus/src/tests/
test_opus_padding.c 40 #define FRAMESIZE 5760
49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out));
62 result = opus_decode(decoder, in, PACKETSIZE, out, FRAMESIZE, 0);
  /external/libopus/tests/
test_opus_padding.c 40 #define FRAMESIZE 5760
49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out));
62 result = opus_decode(decoder, in, PACKETSIZE, out, FRAMESIZE, 0);
  /external/chromium_org/third_party/opus/src/celt/
modes.h 46 #ifndef FRAMESIZE
47 #define FRAMESIZE(mode) ((mode)->mdctSize)
  /external/libopus/celt/
modes.h 46 #ifndef FRAMESIZE
47 #define FRAMESIZE(mode) ((mode)->mdctSize)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 35 #define FRAMESIZE 30
37 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 35 #define FRAMESIZE 30
37 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 34 * have a 20ms framesize option */
37 #define FRAMESIZE 30
39 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h 34 * have a 20ms framesize option */
37 #define FRAMESIZE 30
39 #define FRAMESAMPLES 480 /* ((FRAMESIZE*FS)/1000) */

Completed in 1107 milliseconds