Home
last modified time | relevance | path

Searched refs:FRAMESIZE (Results 1 – 2 of 2) sorted by relevance

/external/libopus/tests/
Dtest_opus_padding.c40 #define FRAMESIZE 5760 macro
49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out)); in test_overflow()
62 result = opus_decode(decoder, in, PACKETSIZE, out, FRAMESIZE, 0); in test_overflow()
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dsettings.h31 #define FRAMESIZE 30 macro