Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c572 gint bytes_to_out; in gst_scaletempo_transform_size() local
577 bytes_to_out = size + scaletempo->bytes_queued - scaletempo->bytes_to_slide; in gst_scaletempo_transform_size()
578 if (bytes_to_out < (gint) scaletempo->bytes_queue_max) { in gst_scaletempo_transform_size()
583 (bytes_to_out - scaletempo->bytes_queue_max + in gst_scaletempo_transform_size()