Home
last modified time | relevance | path

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

/external/speex/ti/
Dos_support_custom.h105 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
/external/speex/libspeexdsp/
Dos_support.h71 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
Dresample.c67 static void *speex_realloc (void *ptr, int size) {return realloc(ptr, size);} in speex_realloc() function