Searched refs:kiss_fftr_f32_alloc (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | gstfftf32.c | 95 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()
|
D | kiss_fftr_f32.h | 29 kiss_fftr_f32_cfg kiss_fftr_f32_alloc(int nfft,int inverse_fft,void * mem, size_t * lenmem);
|
D | kiss_fftr_f32.c | 23 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/ |
D | ChangeLog | 128249 * 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),
|