Home
last modified time | relevance | path

Searched refs:gst_fft_f32_new (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfftf32.h53 GstFFTF32 * gst_fft_f32_new (gint len, gboolean inverse);
Dgstfftf32.c87 gst_fft_f32_new (gint len, gboolean inverse) in gst_fft_f32_new() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c293 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()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c224 cd->fft_ctx = gst_fft_f32_new (nfft, FALSE); in gst_spectrum_alloc_channel_data()
/third_party/gstreamer/gstplugins_good/
DChangeLog44797 nfft is passed to gst_fft_f32_new() as the len argument and is of type
/third_party/gstreamer/gstplugins_base/
DChangeLog139112 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),