Home
last modified time | relevance | path

Searched refs:GstFFTF32Complex (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfftf32.h31 typedef struct _GstFFTF32Complex GstFFTF32Complex; typedef
60 GstFFTF32Complex *freqdata);
63 void gst_fft_f32_inverse_fft (GstFFTF32 *self, const GstFFTF32Complex *freqdata,
Dgstfftf32.c127 GstFFTF32Complex * freqdata) in gst_fft_f32_fft()
152 gst_fft_f32_inverse_fft (GstFFTF32 * self, const GstFFTF32Complex * freqdata, in gst_fft_f32_inverse_fft()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c288 GstFFTF32Complex *out; in GST_START_TEST()
292 out = g_new (GstFFTF32Complex, 1025); in GST_START_TEST()
326 GstFFTF32Complex *out; in GST_START_TEST()
330 out = g_new (GstFFTF32Complex, 1025); in GST_START_TEST()
368 GstFFTF32Complex *out; in GST_START_TEST()
372 out = g_new (GstFFTF32Complex, 1025); in GST_START_TEST()
Dstruct_i386_osx.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
Dstruct_ppc32.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
Dstruct_i386.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
Dstruct_arm.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
Dstruct_ppc64.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
Dstruct_aarch64.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
Dstruct_x86_64.h35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.h47 GstFFTF32Complex *freqdata;
Dgstspectrum.c227 cd->freqdata = g_new0 (GstFFTF32Complex, bands); in gst_spectrum_alloc_channel_data()
727 GstFFTF32Complex *freqdata = cd->freqdata; in gst_spectrum_run_fft()