Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c136 for (off = 0; off < st->frames_search; off++) { \
177 for (off = 0; off < st->frames_search; off++) { in best_overlap_offset_s16()
340 st->frames_search = in reinit_buffers()
342 if (st->frames_search < 1) { /* if no search */ in reinit_buffers()
388 (st->frames_search + frames_stride + in reinit_buffers()
423 (gint) (st->bytes_overlap / st->bytes_per_frame), st->frames_search, in reinit_buffers()
Dgstscaletempo.h78 guint frames_search; member