Home
last modified time | relevance | path

Searched refs:GstFFTS32 (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstffts32.c85 GstFFTS32 *
88 GstFFTS32 *self; in gst_fft_s32_new()
95 memneeded = ALIGN_STRUCT (sizeof (GstFFTS32)) + subsize; in gst_fft_s32_new()
97 self = (GstFFTS32 *) g_malloc0 (memneeded); in gst_fft_s32_new()
99 self->cfg = (((guint8 *) self) + ALIGN_STRUCT (sizeof (GstFFTS32))); in gst_fft_s32_new()
125 gst_fft_s32_fft (GstFFTS32 * self, const gint32 * timedata, in gst_fft_s32_fft()
151 gst_fft_s32_inverse_fft (GstFFTS32 * self, const GstFFTS32Complex * freqdata, in gst_fft_s32_inverse_fft()
170 gst_fft_s32_free (GstFFTS32 * self) in gst_fft_s32_free()
185 gst_fft_s32_window (GstFFTS32 * self, gint32 * timedata, GstFFTWindow window) in gst_fft_s32_window()
Dgstffts32.h30 typedef struct _GstFFTS32 GstFFTS32; typedef
53 GstFFTS32 * gst_fft_s32_new (gint len, gboolean inverse);
56 void gst_fft_s32_free (GstFFTS32 *self);
59 void gst_fft_s32_fft (GstFFTS32 *self, const gint32 *timedata,
63 void gst_fft_s32_inverse_fft (GstFFTS32 *self, const GstFFTS32Complex *freqdata,
67 void gst_fft_s32_window (GstFFTS32 *self, gint32 *timedata, GstFFTWindow window);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c169 GstFFTS32 *ctx; in GST_START_TEST()
207 GstFFTS32 *ctx; in GST_START_TEST()
249 GstFFTS32 *ctx; in GST_START_TEST()