Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c1369 guint first_not_pushed_idx = 0; in gst_rtp_base_depayload_do_push() local
1379 for (j = first_not_pushed_idx; j < i; ++j) { in gst_rtp_base_depayload_do_push()
1386 first_not_pushed_idx = i; in gst_rtp_base_depayload_do_push()
1395 if (G_LIKELY (first_not_pushed_idx == 0)) { in gst_rtp_base_depayload_do_push()
1399 for (i = first_not_pushed_idx; i < gst_buffer_list_length (blist); ++i) { in gst_rtp_base_depayload_do_push()