Searched defs:speex_free (Results 1 - 2 of 2) sorted by relevance

/external/speex/libspeex/
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
69 /** Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and speex_free */
79 static inline void speex_free (void *ptr) function
85 /** Same as speex_free, except that the area is only needed inside a Speex call (might cause problem with wideband though) */
H A Dresample.c68 static void speex_free (void *ptr) {free(ptr);} function
794 speex_free(st->mem);
795 speex_free(st->sinc_table);
796 speex_free(st->last_sample);
797 speex_free(st->magic_samples);
798 speex_free(st->samp_frac_num);
799 speex_free(st);

Completed in 210 milliseconds