Home
last modified time | relevance | path

Searched refs:ca_pid (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
964 && ca_pid != NULL, FALSE); in gst_mpegts_descriptor_parse_ca()
972 *ca_pid = GST_READ_UINT16_BE (data) & 0x1fff; in gst_mpegts_descriptor_parse_ca()
Dgstmpegtsdescriptor.h297 guint16 *ca_pid,
/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()
546 g_printf ("%*s CA PID : 0x%04x\n", spacing, "", ca_pid); in dump_generic_descriptor()