Home
last modified time | relevance | path

Searched refs:gst_fft_f64_new (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfftf64.h53 GstFFTF64 * gst_fft_f64_new (gint len, gboolean inverse);
Dgstfftf64.c87 gst_fft_f64_new (gint len, gboolean inverse) in gst_fft_f64_new() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dfft.c413 ctx = gst_fft_f64_new (2048, FALSE); in GST_START_TEST()
451 ctx = gst_fft_f64_new (2048, FALSE); in GST_START_TEST()
493 ctx = gst_fft_f64_new (2048, FALSE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/examples/audiofx/
Dfirfilter-example.c81 fft = gst_fft_f64_new (32, TRUE); in on_rate_changed()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiofxbasefirfilter.c392 self->fft = gst_fft_f64_new (block_length, FALSE); in gst_audio_fx_base_fir_filter_calculate_frequency_response()
393 self->ifft = gst_fft_f64_new (block_length, TRUE); in gst_audio_fx_base_fir_filter_calculate_frequency_response()
/third_party/gstreamer/gstplugins_base/
DChangeLog139116 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),