Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c888 gsize samples_avail = resampler->samples_avail; \
890 type *s = (type *) sbuf[c] + samples_avail; \
919 gsize samples_avail = resampler->samples_avail; in copy_func() local
921 guint8 *s = ((guint8 *) sbuf[c]) + (samples_avail * resampler->bps); in copy_func()
1448 to_move = resampler->samples_avail * resampler->bps * resampler->inc; in get_sample_bufs()
1487 resampler->samples_avail = resampler->n_taps / 2 - 1; in gst_audio_resampler_reset()
1585 bytes = resampler->samples_avail * bpf; in gst_audio_resampler_update()
1607 resampler->samples_avail += diff; in gst_audio_resampler_update()
1661 avail = resampler->samples_avail + in_frames; in gst_audio_resampler_get_out_frames()
1664 (gint) avail, (gint) resampler->samples_avail, (gint) in_frames); in gst_audio_resampler_get_out_frames()
[all …]
Daudio-resampler-private.h109 gsize samples_avail; member
/third_party/gstreamer/gstplugins_base/
DChangeLog1095 We can't bail early, because we need resampler->samples_avail to be
51115 audio-resampler: fix samples_avail