Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c1510 gint gcd, samp_phase, old_n_taps; in gst_audio_resampler_update() local
1573 old_n_taps = resampler->n_taps; in gst_audio_resampler_update()
1578 if (old_n_taps > 0 && old_n_taps != resampler->n_taps) { in gst_audio_resampler_update()
1588 diff = ((gint) resampler->n_taps - old_n_taps) / 2; in gst_audio_resampler_update()
1590 GST_DEBUG ("taps %d->%d, %d", old_n_taps, resampler->n_taps, diff); in gst_audio_resampler_update()