Searched refs:GstFFTF32 (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | gstfftf32.c | 86 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()
|
D | gstfftf32.h | 30 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/ |
D | fft.c | 289 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/ |
D | gstspectrum.h | 50 GstFFTF32 *fft_ctx;
|
D | gstspectrum.c | 728 GstFFTF32 *fft_ctx = cd->fft_ctx; in gst_spectrum_run_fft()
|