Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c850 gsize length, pgm_info_length, stream_length; in _packetize_pmt() local
866 pgm_info_length = 0; in _packetize_pmt()
870 pgm_info_length += descriptor->length + 2; in _packetize_pmt()
894 length += pgm_info_length + stream_length; in _packetize_pmt()
906 GST_WRITE_UINT16_BE (data, pgm_info_length | 0xF000); in _packetize_pmt()