Searched refs:speex_realloc (Results 1 - 5 of 5) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | buffer.c | 169 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 D | os_support.h | 48 /** 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 D | resample.c | 67 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 D | misc_tm.h | 70 void *speex_realloc (void *ptr, int size) in speex_realloc() function
|
/third_party/pulseaudio/speex/ti/ |
H A D | os_support_custom.h | 105 static inline void *speex_realloc (void *ptr, int size) in speex_realloc() function
|
Completed in 4 milliseconds