Searched refs:gst_fft_f32_new (Results 1 – 6 of 6) sorted by relevance
53 GstFFTF32 * gst_fft_f32_new (gint len, gboolean inverse);
87 gst_fft_f32_new (gint len, gboolean inverse) in gst_fft_f32_new() function
293 ctx = gst_fft_f32_new (2048, FALSE); in GST_START_TEST()331 ctx = gst_fft_f32_new (2048, FALSE); in GST_START_TEST()373 ctx = gst_fft_f32_new (2048, FALSE); in GST_START_TEST()
224 cd->fft_ctx = gst_fft_f32_new (nfft, FALSE); in gst_spectrum_alloc_channel_data()
44797 nfft is passed to gst_fft_f32_new() as the len argument and is of type
139112 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),