Searched refs:FRAMESIZE (Results 1 – 2 of 2) sorted by relevance
40 #define FRAMESIZE 5760 macro49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out)); in test_overflow()62 result = opus_decode(decoder, in, PACKETSIZE, out, FRAMESIZE, 0); in test_overflow()
31 #define FRAMESIZE 30 macro