Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c286 st->bytes_standing = st->bytes_stride; in reinit_buffers()
287 st->samples_standing = st->bytes_standing / st->bytes_per_sample; in reinit_buffers()
293 st->bytes_standing = st->bytes_stride - st->bytes_overlap; in reinit_buffers()
294 st->samples_standing = st->bytes_standing / st->bytes_per_sample; in reinit_buffers()
422 (gint) (st->bytes_standing / st->bytes_per_frame), in reinit_buffers()
506 st->buf_queue + bytes_off + st->bytes_overlap, st->bytes_standing); in gst_scaletempo_transform()
Dgstscaletempo.h72 guint bytes_standing; member