Searched refs:filter_interpolation (Results 1 – 2 of 2) sorted by relevance
520 switch (resampler->filter_interpolation) { \544 switch (resampler->filter_interpolation) { \1025 switch (resampler->filter_interpolation) { in setup_functions()1072 GstAudioResamplerFilterInterpolation filter_interpolation; in resampler_calculate_taps() local1115 filter_interpolation = GET_OPT_FILTER_INTERPOLATION (resampler->options); in resampler_calculate_taps()1119 filter_interpolation = GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_NONE; in resampler_calculate_taps()1123 if (filter_interpolation != GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_NONE) { in resampler_calculate_taps()1135 switch (filter_interpolation) { in resampler_calculate_taps()1173 filter_interpolation == GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_NONE) in resampler_calculate_taps()1174 filter_interpolation = DEFAULT_OPT_FILTER_INTERPOLATION; in resampler_calculate_taps()[all …]
68 GstAudioResamplerFilterInterpolation filter_interpolation; member