Searched refs:toprocess (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioringbuffer.c | 1459 GST_DEBUG ("fwd_up end %d/%d",*accum,*toprocess); \ 1478 GST_DEBUG ("fwd_down end %d/%d",*accum,*toprocess); \ 1496 GST_DEBUG ("rev_up end %d/%d",*accum,*toprocess); \ 1514 GST_DEBUG ("rev_down end %d/%d",*accum,*toprocess); \ 1525 gint *toprocess; in default_commit() local 1547 toprocess = &in_samples; in default_commit() 1549 toprocess = &out_samples; in default_commit() 1566 while (*toprocess > 0) { in default_commit()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesink.c | 1393 GST_DEBUG ("fwd_up end %d/%d",*accum,*toprocess); \ 1411 GST_DEBUG ("fwd_down end %d/%d",*accum,*toprocess); \ 1428 GST_DEBUG ("rev_up end %d/%d",*accum,*toprocess); \ 1445 GST_DEBUG ("rev_down end %d/%d",*accum,*toprocess); \ 1459 gint *toprocess; in gst_pulseringbuffer_commit() local 1499 toprocess = &in_samples; in gst_pulseringbuffer_commit() 1501 toprocess = &out_samples; in gst_pulseringbuffer_commit() 1523 while (*toprocess > 0) { in gst_pulseringbuffer_commit() 1528 "need to write %d samples at offset %" G_GINT64_FORMAT, *toprocess, in gst_pulseringbuffer_commit()
|