Searched refs:packettype (Results 1 – 2 of 2) sorted by relevance
333 guint packettype = payload[pos++]; in gst_rtp_qdm2_depay_process() local338 packetid, packettype, packlen); in gst_rtp_qdm2_depay_process()341 if (G_UNLIKELY (packettype & 0x80)) { in gst_rtp_qdm2_depay_process()342 packettype &= 0x7f; in gst_rtp_qdm2_depay_process()347 packetid, packettype, packlen); in gst_rtp_qdm2_depay_process()350 if (packettype > 0x7f) { in gst_rtp_qdm2_depay_process()
154116 Check packettype before parsing it.