Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c149 #define GET_OPT_N_TAPS(options,def) get_opt_int(options, \ macro
1080 resampler->n_taps = GET_OPT_N_TAPS (resampler->options, 2); in resampler_calculate_taps()
1083 resampler->n_taps = GET_OPT_N_TAPS (resampler->options, 4); in resampler_calculate_taps()
1090 resampler->n_taps = GET_OPT_N_TAPS (resampler->options, q->n_taps); in resampler_calculate_taps()