Searched refs:GstFFTS16Complex (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/ |
D | gstffts16.h | 31 typedef struct _GstFFTS16Complex GstFFTS16Complex; typedef 60 GstFFTS16Complex *freqdata); 63 void gst_fft_s16_inverse_fft (GstFFTS16 *self, const GstFFTS16Complex *freqdata,
|
D | gstffts16.c | 127 GstFFTS16Complex * freqdata) in gst_fft_s16_fft() 152 gst_fft_s16_inverse_fft (GstFFTS16 * self, const GstFFTS16Complex * freqdata, in gst_fft_s16_inverse_fft()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | fft.c | 49 GstFFTS16Complex *out; in GST_START_TEST() 53 out = g_new (GstFFTS16Complex, 1025); in GST_START_TEST() 86 GstFFTS16Complex *out; in GST_START_TEST() 90 out = g_new (GstFFTS16Complex, 1025); in GST_START_TEST() 128 GstFFTS16Complex *out; in GST_START_TEST() 132 out = g_new (GstFFTS16Complex, 1025); in GST_START_TEST()
|
D | struct_i386_osx.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
D | struct_ppc32.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
D | struct_i386.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
D | struct_arm.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
D | struct_ppc64.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
D | struct_aarch64.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
D | struct_x86_64.h | 37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstsynaescope.c | 176 scope->freq_data_l = g_new (GstFFTS16Complex, num_freq); in gst_synae_scope_setup() 177 scope->freq_data_r = g_new (GstFFTS16Complex, num_freq); in gst_synae_scope_setup() 219 GstFFTS16Complex *fdata_l = scope->freq_data_l; in gst_synae_scope_render() 220 GstFFTS16Complex *fdata_r = scope->freq_data_r; in gst_synae_scope_render()
|
D | gstspectrascope.c | 142 scope->freq_data = g_new (GstFFTS16Complex, num_freq); in gst_spectra_scope_setup() 177 GstFFTS16Complex *fdata = scope->freq_data; in gst_spectra_scope_render()
|
D | gstspectrascope.h | 42 GstFFTS16Complex *freq_data;
|
D | gstsynaescope.h | 42 GstFFTS16Complex *freq_data_l, *freq_data_r;
|