Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c203 output_overlap_##type (GstScaletempo * st, gpointer buf_out, guint bytes_off) \
208 g##type *pin = (g##type *) (st->buf_queue + bytes_off); \
220 output_overlap_s16 (GstScaletempo * st, gpointer buf_out, guint bytes_off) in output_overlap_s16() argument
225 gint16 *pin = (gint16 *) (st->buf_queue + bytes_off); in output_overlap_s16()
494 guint bytes_off = 0; in gst_scaletempo_transform() local
501 bytes_off = st->best_overlap_offset (st); in gst_scaletempo_transform()
503 st->output_overlap (st, pout, bytes_off); in gst_scaletempo_transform()
506 st->buf_queue + bytes_off + st->bytes_overlap, st->bytes_standing); in gst_scaletempo_transform()
512 st->buf_queue + bytes_off + st->bytes_stride, st->bytes_overlap); in gst_scaletempo_transform()
Dgstscaletempo.h75 void (*output_overlap) (GstScaletempo * scaletempo, gpointer out_buf, guint bytes_off);