HomeSort by relevance Sort by last modified time
    Searched defs:speex_free (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
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
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) */
resample.c 68 static void speex_free (void *ptr) {free(ptr);} function
784 speex_free(st->mem);
785 speex_free(st->sinc_table);
786 speex_free(st->last_sample);
787 speex_free(st->magic_samples);
788 speex_free(st->samp_frac_num);
789 speex_free(st);
    [all...]

Completed in 37 milliseconds