Searched refs:ffttag2 (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | mpg123audiodec.c | 74 #define FFT_HELPERS(type,ffttag,ffttag2,scale) \ argument 126 ctx = gst_fft_##ffttag2##_new (num_samples, FALSE); \ 129 gst_fft_##ffttag2##_window (ctx, (type*)map.data, \ 131 gst_fft_##ffttag2##_fft (ctx, (type*)map.data, fftdata); \ 144 gst_fft_##ffttag2##_free (ctx); \
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioresample.c | 1066 #define FFT_HELPERS(type,ffttag,ffttag2,scale); \ argument 1118 inctx = gst_fft_##ffttag2##_new (insamples, FALSE); \ 1119 outctx = gst_fft_##ffttag2##_new (outsamples, FALSE); \ 1123 gst_fft_##ffttag2##_window (inctx, (type*)inmap.data, \ 1125 gst_fft_##ffttag2##_fft (inctx, (type*)inmap.data, in); \ 1126 gst_fft_##ffttag2##_window (outctx, (type*)outmap.data, \ 1128 gst_fft_##ffttag2##_fft (outctx, (type*)outmap.data, out); \ 1140 gst_fft_##ffttag2##_free (inctx); \ 1141 gst_fft_##ffttag2##_free (outctx); \
|