Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c958 guint16 * ca_system_id, guint16 * ca_pid, in gst_mpegts_descriptor_parse_ca() argument
963 g_return_val_if_fail (descriptor != NULL && ca_system_id != NULL in gst_mpegts_descriptor_parse_ca()
970 *ca_system_id = GST_READ_UINT16_BE (data); in gst_mpegts_descriptor_parse_ca()
Dgstmpegtsdescriptor.h296 guint16 *ca_system_id,
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c540 guint16 ca_pid, ca_system_id; in dump_generic_descriptor() local
543 if (gst_mpegts_descriptor_parse_ca (desc, &ca_system_id, &ca_pid, in dump_generic_descriptor()
545 g_printf ("%*s CA system id : 0x%04x\n", spacing, "", ca_system_id); in dump_generic_descriptor()