Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.c741 gob->nmacroblocs = 0; in gst_rtp_h263_pay_gob_new()
757 for (i = 0; i < gob->nmacroblocs; i++) { in gst_rtp_h263_pay_gob_destroy()
1410 if (last == gob->nmacroblocs - 1) { in gst_rtp_h263_pay_B_fragment_push()
1415 && (last == gob->nmacroblocs - 1)) { in gst_rtp_h263_pay_B_fragment_push()
1558 gob->nmacroblocs++; in gst_rtp_h263_pay_mode_B_fragment()
1582 while (mb < gob->nmacroblocs) { in gst_rtp_h263_pay_mode_B_fragment()
Dgstrtph263pay.h371 guint nmacroblocs; member