Home
last modified time | relevance | path

Searched refs:filter_interpolation (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c520 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() local
1115 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 …]
Daudio-resampler-private.h68 GstAudioResamplerFilterInterpolation filter_interpolation; member