Home
last modified time | relevance | path

Searched refs:speex_realloc (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeexdsp/
Dbuffer.c169 st->data = speex_realloc(st->data, len); in speex_buffer_resize()
173 st->data = speex_realloc(st->data, len); in speex_buffer_resize()
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
650 …spx_word16_t *sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,min_sinc_table_length*size… in update_filter()
704 …else if (!(mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*min_alloc_size * sizeof(*me… in update_filter()
/external/speex/ti/
Dos_support_custom.h105 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function