Searched refs:stuffing_bytes (Results 1 – 4 of 4) sorted by relevance
1728 guint8 stuffing_bytes; in gst_ps_demux_parse_pack_start() local1771 stuffing_bytes = (next32 & 0x07); in gst_ps_demux_parse_pack_start()1772 GST_LOG_OBJECT (demux, "stuffing bytes: %d", stuffing_bytes); in gst_ps_demux_parse_pack_start()1775 length += stuffing_bytes; in gst_ps_demux_parse_pack_start()1776 while (stuffing_bytes--) { in gst_ps_demux_parse_pack_start()2552 guint8 stuffing_bytes; in gst_ps_demux_scan_ts() local2578 stuffing_bytes = (next32 & 0x07); in gst_ps_demux_scan_ts()2580 if (data + stuffing_bytes > end) in gst_ps_demux_scan_ts()2582 while (stuffing_bytes--) { in gst_ps_demux_scan_ts()
1325 guint8 stuffing_bytes; in gst_flups_demux_parse_pack_start() local1368 stuffing_bytes = (next32 & 0x07); in gst_flups_demux_parse_pack_start()1369 GST_LOG_OBJECT (demux, "stuffing bytes: %d", stuffing_bytes); in gst_flups_demux_parse_pack_start()1372 length += stuffing_bytes; in gst_flups_demux_parse_pack_start()1373 while (stuffing_bytes--) { in gst_flups_demux_parse_pack_start()
198 descriptor, guint8 ** stuffing_bytes) in gst_mpegts_descriptor_parse_dvb_stuffing() argument202 g_return_val_if_fail (descriptor != NULL && stuffing_bytes != NULL, FALSE); in gst_mpegts_descriptor_parse_dvb_stuffing()207 *stuffing_bytes = g_memdup2 (data, descriptor->length); in gst_mpegts_descriptor_parse_dvb_stuffing()
188 guint8 ** stuffing_bytes);