Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.c1355 if (last == context->no_gobs - 1) { in gst_rtp_h263_pay_A_fragment_push()
1751 context->no_gobs = i; in gst_rtp_h263_pay_flush()
1753 context->no_gobs, format_props[context->piclayer->ptype_srcformat][0]); in gst_rtp_h263_pay_flush()
1763 while (i < context->no_gobs) { in gst_rtp_h263_pay_flush()
1807 if (i == context->no_gobs) { in gst_rtp_h263_pay_flush()
Dgstrtph263pay.h84 guint no_gobs; member