about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgstfft_private.h
blob: fbe4b1cff5a99b4eb9443487b243b4f13eea2685 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh...
#endif

GO(gst_fft_f32_fft, vFppp)
GO(gst_fft_f32_free, vFp)
GO(gst_fft_f32_inverse_fft, vFppp)
GO(gst_fft_f32_new, pFii)
GO(gst_fft_f32_window, vFppu)
GO(gst_fft_f64_fft, vFppp)
GO(gst_fft_f64_free, vFp)
GO(gst_fft_f64_inverse_fft, vFppp)
GO(gst_fft_f64_new, pFii)
GO(gst_fft_f64_window, vFppu)
GO(gst_fft_next_fast_length, iFi)
GO(gst_fft_s16_fft, vFppp)
GO(gst_fft_s16_free, vFp)
GO(gst_fft_s16_inverse_fft, vFppp)
GO(gst_fft_s16_new, pFii)
GO(gst_fft_s16_window, vFppu)
GO(gst_fft_s32_fft, vFppp)
GO(gst_fft_s32_free, vFp)
GO(gst_fft_s32_inverse_fft, vFppp)
GO(gst_fft_s32_new, pFii)
GO(gst_fft_s32_window, vFppu)