Lines Matching refs:GstAudioFXBaseFIRFilterProcessFunc

417           self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_fft_1_32;  in gst_audio_fx_base_fir_filter_select_process_function()
419 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_fft_2_32; in gst_audio_fx_base_fir_filter_select_process_function()
421 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_fft_32; in gst_audio_fx_base_fir_filter_select_process_function()
424 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_1_32; in gst_audio_fx_base_fir_filter_select_process_function()
426 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_2_32; in gst_audio_fx_base_fir_filter_select_process_function()
428 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_32; in gst_audio_fx_base_fir_filter_select_process_function()
434 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_fft_1_64; in gst_audio_fx_base_fir_filter_select_process_function()
436 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_fft_2_64; in gst_audio_fx_base_fir_filter_select_process_function()
438 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_fft_64; in gst_audio_fx_base_fir_filter_select_process_function()
441 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_1_64; in gst_audio_fx_base_fir_filter_select_process_function()
443 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_2_64; in gst_audio_fx_base_fir_filter_select_process_function()
445 self->process = (GstAudioFXBaseFIRFilterProcessFunc) process_64; in gst_audio_fx_base_fir_filter_select_process_function()