Home
last modified time | relevance | path

Searched refs:GstFFTS16Complex (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstffts16.h31 typedef struct _GstFFTS16Complex GstFFTS16Complex; typedef
60 GstFFTS16Complex *freqdata);
63 void gst_fft_s16_inverse_fft (GstFFTS16 *self, const GstFFTS16Complex *freqdata,
Dgstffts16.c127 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/
Dfft.c49 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()
Dstruct_i386_osx.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
Dstruct_ppc32.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
Dstruct_i386.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
Dstruct_arm.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
Dstruct_ppc64.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
Dstruct_aarch64.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
Dstruct_x86_64.h37 {"GstFFTS16Complex", sizeof (GstFFTS16Complex), 4},
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstsynaescope.c176 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()
Dgstspectrascope.c142 scope->freq_data = g_new (GstFFTS16Complex, num_freq); in gst_spectra_scope_setup()
177 GstFFTS16Complex *fdata = scope->freq_data; in gst_spectra_scope_render()
Dgstspectrascope.h42 GstFFTS16Complex *freq_data;
Dgstsynaescope.h42 GstFFTS16Complex *freq_data_l, *freq_data_r;