Home
last modified time | relevance | path

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

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