Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c366 mgt->tables_defined = GST_READ_UINT16_BE (data); in _parse_atsc_mgt()
368 mgt->tables = g_ptr_array_new_full (mgt->tables_defined, in _parse_atsc_mgt()
370 for (i = 0; i < mgt->tables_defined && data + 11 < end; i++) { in _parse_atsc_mgt()
432 if (mgt->tables_defined != mgt->tables->len) in _packetize_mgt()
478 GST_WRITE_UINT16_BE (data, mgt->tables_defined); in _packetize_mgt()
481 for (i = 0; i < mgt->tables_defined; i++) { in _packetize_mgt()
Dgst-atsc-section.h249 guint16 tables_defined; member