Home
last modified time | relevance | path

Searched refs:stuffing_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.c1728 guint8 stuffing_bytes; in gst_ps_demux_parse_pack_start() local
1771 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() local
2578 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()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c1325 guint8 stuffing_bytes; in gst_flups_demux_parse_pack_start() local
1368 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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.c198 descriptor, guint8 ** stuffing_bytes) in gst_mpegts_descriptor_parse_dvb_stuffing() argument
202 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()
Dgst-dvb-descriptor.h188 guint8 ** stuffing_bytes);