Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c54 if (memcmp(a->system_id, b->system_id, a->system_id_size) != 0 || in compare_encryption_init_info()
121 av_assert0(info->system_id); in create_init_info()
132 memcpy(info->system_id, test_system_id, sizeof(test_system_id)); in create_init_info()
158 memset(info->system_id, 0, info->system_id_size); in run_encryption_init_info_test()
/third_party/python/Lib/xml/sax/
Dxmlreader.py205 def __init__(self, system_id = None): argument
206 self.__system_id = system_id
220 def setSystemId(self, system_id): argument
222 self.__system_id = system_id
Dhandler.py364 def startDTD(self, name, public_id, system_id): argument
/third_party/ffmpeg/libavutil/
Dencryption_info.c186 info->system_id = av_mallocz(system_id_size); in av_encryption_init_info_alloc()
195 if ((!info->system_id && system_id_size) || (!info->data && data_size) || in av_encryption_init_info_alloc()
222 av_free(info->system_id); in av_encryption_init_info_free()
274 memcpy(info->system_id, side_data, system_id_size); in av_encryption_init_info_get_side_data()
328 memcpy(cur_buffer, cur_info->system_id, cur_info->system_id_size); in av_encryption_init_info_add_side_data()
Dencryption_info.h94 uint8_t* system_id; member
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_demux.c1343 const gchar *system_id; in testContentProtectionDashdemuxSendsEvent() local
1360 gst_event_parse_protection (event, &system_id, &data, &origin); in testContentProtectionDashdemuxSendsEvent()
1369 if (g_strcmp0 (system_id, "11111111-AAAA-BBBB-CCCC-123456789ABC") == 0) { in testContentProtectionDashdemuxSendsEvent()
1372 } else if (g_strcmp0 (system_id, "5e629af5-38da-4063-8977-97ffbd9902d4") == 0) { in testContentProtectionDashdemuxSendsEvent()
1390 } else if (g_strcmp0 (system_id, "9a04f079-9840-4286-ab92-e65be0885f95") == 0) { in testContentProtectionDashdemuxSendsEvent()
1394 fail ("unexpected content protection event '%s'", system_id); in testContentProtectionDashdemuxSendsEvent()
/third_party/gstreamer/gstreamer/gst/
Dgstevent.c2131 gst_event_new_protection (const gchar * system_id, in gst_event_new_protection() argument
2138 g_return_val_if_fail (system_id != NULL, NULL); in gst_event_new_protection()
2143 origin ? origin : "", "-", system_id, NULL); in gst_event_new_protection()
2148 "system_id", G_TYPE_STRING, system_id, NULL); in gst_event_new_protection()
2175 gst_event_parse_protection (GstEvent * event, const gchar ** system_id, in gst_event_parse_protection() argument
2189 if (system_id) in gst_event_parse_protection()
2190 *system_id = gst_structure_get_string (s, "system_id"); in gst_event_parse_protection()
Dgstevent.h619 GstEvent * gst_event_new_protection (const gchar * system_id, GstBuffer * data, const g…
622 void gst_event_parse_protection (GstEvent * event, const gchar ** system_id,
/third_party/python/Lib/test/
Dtest_pyexpat.py692 def resolve_entity(context, base, system_id, public_id): argument
693 handler_call_args.append((public_id, system_id))
720 def resolve_entity(context, base, system_id, public_id): argument
721 handler_call_args.append((public_id, system_id))
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c334 GString *system_id; in _gst_mss_parse_protection() local
341 system_id = g_string_new (value); in _gst_mss_parse_protection()
342 system_id = g_string_ascii_down (system_id); in _gst_mss_parse_protection()
344 system_id = g_string_truncate (system_id, id_len - 1); in _gst_mss_parse_protection()
346 manifest->protection_system_id = system_id; in _gst_mss_parse_protection()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h398 unsigned char system_id[32]; member
/third_party/python/Lib/
Dplistlib.py180 …def handle_entity_decl(self, entity_name, is_parameter_entity, value, base, system_id, public_id, … argument
/third_party/python/Doc/library/
Dxml.sax.reader.rst54 .. class:: InputSource(system_id=None)
Dxml.sax.handler.rst445 .. method:: LexicalHandler.startDTD(name, public_id, system_id)
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c2391 const gchar *system_id = NULL; in gst_qtdemux_handle_sink_event() local
2393 gst_event_parse_protection (event, &system_id, NULL, NULL); in gst_qtdemux_handle_sink_event()
2395 system_id); in gst_qtdemux_handle_sink_event()
2396 gst_qtdemux_append_protection_system_id (demux, system_id); in gst_qtdemux_handle_sink_event()
2822 const gchar *system_id; in qtdemux_parse_piff() local
2839 G_TYPE_STRING, &system_id, NULL); in qtdemux_parse_piff()
2840 gst_qtdemux_append_protection_system_id (qtdemux, system_id); in qtdemux_parse_piff()
15316 const gchar * system_id) argument
15326 if (g_ascii_strcasecmp (system_id, id) == 0) {
15330 GST_DEBUG_OBJECT (qtdemux, "Adding cenc protection system ID %s", system_id);
[all …]
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c406 const XML_Char *system_id; member
420 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
/third_party/expat/tests/
Druntests.c406 const XML_Char *system_id; member
420 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
/third_party/ffmpeg/libavformat/
Dmov.c6431 if ((ret = ffio_read_size(pb, info->system_id, 16)) < 0) { in mov_read_pssh()
/third_party/gstreamer/gstreamer/
DChangeLog10578 This define is used to set the value of the "system_id" field in GstProtectionEvent,