Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfftf32.c95 kiss_fftr_f32_alloc (len, (inverse) ? 1 : 0, NULL, &subsize); in gst_fft_f32_new()
101 self->cfg = kiss_fftr_f32_alloc (len, (inverse) ? 1 : 0, self->cfg, &subsize); in gst_fft_f32_new()
Dkiss_fftr_f32.h29 kiss_fftr_f32_cfg kiss_fftr_f32_alloc(int nfft,int inverse_fft,void * mem, size_t * lenmem);
Dkiss_fftr_f32.c23 kiss_fftr_f32_alloc (int nfft, int inverse_fft, void *mem, size_t * lenmem) in kiss_fftr_f32_alloc() function
/third_party/gstreamer/gstplugins_base/
DChangeLog128249 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc):
139148 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),