Searched refs:GstFFTF32Complex (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | gstfftf32.h | 31 typedef struct _GstFFTF32Complex GstFFTF32Complex; typedef 60 GstFFTF32Complex *freqdata); 63 void gst_fft_f32_inverse_fft (GstFFTF32 *self, const GstFFTF32Complex *freqdata,
|
D | gstfftf32.c | 127 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/ |
D | fft.c | 288 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()
|
D | struct_i386_osx.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
D | struct_ppc32.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
D | struct_i386.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
D | struct_arm.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
D | struct_ppc64.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
D | struct_aarch64.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
D | struct_x86_64.h | 35 {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
/third_party/gstreamer/gstplugins_good/gst/spectrum/ |
D | gstspectrum.h | 47 GstFFTF32Complex *freqdata;
|
D | gstspectrum.c | 227 cd->freqdata = g_new0 (GstFFTF32Complex, bands); in gst_spectrum_alloc_channel_data() 727 GstFFTF32Complex *freqdata = cd->freqdata; in gst_spectrum_run_fft()
|