Lines Matching refs:pgroup
191 gint format, width, height, depth, pgroup, xinc, yinc; in gst_rtp_vraw_depay_setcaps() local
228 pgroup = 3; in gst_rtp_vraw_depay_setcaps()
231 pgroup = 4; in gst_rtp_vraw_depay_setcaps()
234 pgroup = 3; in gst_rtp_vraw_depay_setcaps()
237 pgroup = 4; in gst_rtp_vraw_depay_setcaps()
240 pgroup = 3; in gst_rtp_vraw_depay_setcaps()
244 pgroup = 4; in gst_rtp_vraw_depay_setcaps()
247 pgroup = 5; in gst_rtp_vraw_depay_setcaps()
253 pgroup = 6; in gst_rtp_vraw_depay_setcaps()
257 pgroup = 6; in gst_rtp_vraw_depay_setcaps()
268 rtpvrawdepay->pgroup = pgroup; in gst_rtp_vraw_depay_setcaps()
279 xinc, yinc, pgroup); in gst_rtp_vraw_depay_setcaps()
333 guint cont, ystride, uvstride, pgroup, payload_len; in gst_rtp_vraw_depay_process_packet() local
397 pgroup = rtpvrawdepay->pgroup; in gst_rtp_vraw_depay_process_packet()
446 if (length % pgroup != 0) in gst_rtp_vraw_depay_process_packet()
463 if (offs + ((length / pgroup) * xinc) > width) { in gst_rtp_vraw_depay_process_packet()
464 plen = ((width - offs) * pgroup) / xinc; in gst_rtp_vraw_depay_process_packet()
483 datap = p0 + (line * ystride) + (offs * pgroup); in gst_rtp_vraw_depay_process_packet()
497 for (i = 0; i < plen; i += pgroup) { in gst_rtp_vraw_depay_process_packet()
502 p += pgroup; in gst_rtp_vraw_depay_process_packet()
521 for (i = 0; i < plen; i += pgroup) { in gst_rtp_vraw_depay_process_packet()
528 p += pgroup; in gst_rtp_vraw_depay_process_packet()
547 for (i = 0; i < plen; i += pgroup) { in gst_rtp_vraw_depay_process_packet()
554 p += pgroup; in gst_rtp_vraw_depay_process_packet()