Searched refs:ca_system_id (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtsdescriptor.c | 958 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()
|
D | gstmpegtsdescriptor.h | 296 guint16 *ca_system_id,
|
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/ |
D | ts-parser.c | 540 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()
|