Searched refs:gst_fft_f64_new (Results 1 – 6 of 6) sorted by relevance
53 GstFFTF64 * gst_fft_f64_new (gint len, gboolean inverse);
87 gst_fft_f64_new (gint len, gboolean inverse) in gst_fft_f64_new() function
413 ctx = gst_fft_f64_new (2048, FALSE); in GST_START_TEST()451 ctx = gst_fft_f64_new (2048, FALSE); in GST_START_TEST()493 ctx = gst_fft_f64_new (2048, FALSE); in GST_START_TEST()
81 fft = gst_fft_f64_new (32, TRUE); in on_rate_changed()
392 self->fft = gst_fft_f64_new (block_length, FALSE); in gst_audio_fx_base_fir_filter_calculate_frequency_response()393 self->ifft = gst_fft_f64_new (block_length, TRUE); in gst_audio_fx_base_fir_filter_calculate_frequency_response()
139116 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),