Home
last modified time | relevance | path

Searched defs:speex_alloc (Results 1 – 3 of 3) sorted by relevance

/external/speex/ti/
Dos_support_custom.h57 static inline void *speex_alloc (int size) in speex_alloc() function
/external/speex/libspeexdsp/
Dos_support.h51 static inline void *speex_alloc (int size) in speex_alloc() function
Dresample.c66 static void *speex_alloc (int size) {return calloc(size,1);} in speex_alloc() function