Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pdepay.c245 guint32 psc, ptype, mpptype; in gst_rtp_h263p_depay_decorate_output_buffer() local
311 if (!gst_bit_reader_get_bits_uint32 (&bits, &mpptype, 9) in gst_rtp_h263p_depay_decorate_output_buffer()
312 || (mpptype & 7) != 1) { in gst_rtp_h263p_depay_decorate_output_buffer()
317 is_intra = (mpptype >> 6) == 0; in gst_rtp_h263p_depay_decorate_output_buffer()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dh263parse.c191 guint32 opptype = 0, mpptype = 0; in gst_h263_parse_get_params() local
240 if (!gst_bit_reader_get_bits_uint32 (&br, &mpptype, 9)) in gst_h263_parse_get_params()
244 if ((mpptype & 0x7) != 1) { in gst_h263_parse_get_params()
249 params->type = mpptype >> 6; in gst_h263_parse_get_params()
255 if (mpptype & 0x2000) in gst_h263_parse_get_params()
257 if (mpptype & 0x1000) in gst_h263_parse_get_params()