Home
last modified time | relevance | path

Searched refs:speex_realloc (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A 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()
H A Dos_support.h48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free
71 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc */
H A Dresample.c67 static void *speex_realloc(void *ptr, int size) {return realloc(ptr, size);} in speex_realloc() function
663 spx_word16_t *sinc_table = (spx_word16_t *)speex_realloc(st->sinc_table,min_sinc_table_length*sizeof(spx_word16_t)); in update_filter()
717 else if (!(mem = (spx_word16_t*)speex_realloc(st->mem, st->nb_channels*min_alloc_size * sizeof(*mem)))) in update_filter()
/third_party/pulseaudio/speex/tmv/
H A Dmisc_tm.h70 void *speex_realloc (void *ptr, int size) in speex_realloc() function
/third_party/pulseaudio/speex/ti/
H A Dos_support_custom.h105 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function

Completed in 4 milliseconds