Home
last modified time | relevance | path

Searched refs:ff_imf_xml_read_uuid (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dimf_cpl.c73 int ff_imf_xml_read_uuid(xmlNodePtr element, AVUUID uuid) in ff_imf_xml_read_uuid() function
209 return ff_imf_xml_read_uuid(element, cpl->id_uuid); in fill_id()
307 if ((ret = ff_imf_xml_read_uuid(element, tf_resource->track_file_uuid))) { in fill_trackfile_resource()
373 if (ff_imf_xml_read_uuid(track_id_elem, uuid)) { in push_marker_sequence()
461 if ((ret = ff_imf_xml_read_uuid(track_id_elem, uuid))) { in push_main_audio_sequence()
552 if ((ret = ff_imf_xml_read_uuid(track_id_elem, uuid))) { in push_main_image_2d_sequence()
H A Dimf.h191 int ff_imf_xml_read_uuid(xmlNodePtr element, AVUUID uuid);
H A Dimfdec.c236 if (ff_imf_xml_read_uuid(ff_imf_xml_get_child_element_by_name(asset_element, "Id"), asset->uuid)) { in parse_imf_asset_map_from_xml_dom()

Completed in 4 milliseconds