Home
last modified time | relevance | path

Searched refs:GstFFTF32 (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfftf32.c86 GstFFTF32 *
89 GstFFTF32 *self; in gst_fft_f32_new()
96 memneeded = ALIGN_STRUCT (sizeof (GstFFTF32)) + subsize; in gst_fft_f32_new()
98 self = (GstFFTF32 *) g_malloc0 (memneeded); in gst_fft_f32_new()
100 self->cfg = (((guint8 *) self) + ALIGN_STRUCT (sizeof (GstFFTF32))); in gst_fft_f32_new()
126 gst_fft_f32_fft (GstFFTF32 * self, const gfloat * timedata, in gst_fft_f32_fft()
152 gst_fft_f32_inverse_fft (GstFFTF32 * self, const GstFFTF32Complex * freqdata, in gst_fft_f32_inverse_fft()
171 gst_fft_f32_free (GstFFTF32 * self) in gst_fft_f32_free()
186 gst_fft_f32_window (GstFFTF32 * self, gfloat * timedata, GstFFTWindow window) in gst_fft_f32_window()
Dgstfftf32.h30 typedef struct _GstFFTF32 GstFFTF32; typedef
53 GstFFTF32 * gst_fft_f32_new (gint len, gboolean inverse);
56 void gst_fft_f32_free (GstFFTF32 *self);
59 void gst_fft_f32_fft (GstFFTF32 *self, const gfloat *timedata,
63 void gst_fft_f32_inverse_fft (GstFFTF32 *self, const GstFFTF32Complex *freqdata,
67 void gst_fft_f32_window (GstFFTF32 *self, gfloat *timedata, GstFFTWindow window);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c289 GstFFTF32 *ctx; in GST_START_TEST()
327 GstFFTF32 *ctx; in GST_START_TEST()
369 GstFFTF32 *ctx; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.h50 GstFFTF32 *fft_ctx;
Dgstspectrum.c728 GstFFTF32 *fft_ctx = cd->fft_ctx; in gst_spectrum_run_fft()