Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashdec.c535 static xmlNodePtr find_child_node_by_name(xmlNodePtr rootnode, const char *nodename) in find_child_node_by_name() function
879 representation_segmenttemplate_node = find_child_node_by_name(representation_node, "SegmentTemplate"); in parse_manifest_representation()
880 representation_baseurl_node = find_child_node_by_name(representation_node, "BaseURL"); in parse_manifest_representation()
881 representation_segmentlist_node = find_child_node_by_name(representation_node, "SegmentList"); in parse_manifest_representation()
975 fragment_timeline_node = find_child_node_by_name(representation_segmenttemplate_node, "SegmentTimeline"); in parse_manifest_representation()
978 fragment_timeline_node = find_child_node_by_name(fragment_template_node, "SegmentTimeline"); in parse_manifest_representation()
980 fragment_timeline_node = find_child_node_by_name(adaptionset_segmentlist_node, "SegmentTimeline"); in parse_manifest_representation()
982 fragment_timeline_node = find_child_node_by_name(period_segmentlist_node, "SegmentTimeline"); in parse_manifest_representation()
1043 fragment_timeline_node = find_child_node_by_name(adaptionset_segmentlist_node, "SegmentTimeline"); in parse_manifest_representation()
1045 fragment_timeline_node = find_child_node_by_name(period_segmentlist_nod in parse_manifest_representation()
[all...]

Completed in 3 milliseconds