find_child_node_by_name  891 libavformat/dashdec.c         representation_segmenttemplate_node = find_child_node_by_name(representation_node, "SegmentTemplate");
find_child_node_by_name  892 libavformat/dashdec.c         representation_baseurl_node = find_child_node_by_name(representation_node, "BaseURL");
find_child_node_by_name  893 libavformat/dashdec.c         representation_segmentlist_node = find_child_node_by_name(representation_node, "SegmentList");
find_child_node_by_name  979 libavformat/dashdec.c             fragment_timeline_node = find_child_node_by_name(representation_segmenttemplate_node, "SegmentTimeline");
find_child_node_by_name  982 libavformat/dashdec.c                 fragment_timeline_node = find_child_node_by_name(fragment_template_node, "SegmentTimeline");
find_child_node_by_name  984 libavformat/dashdec.c                 fragment_timeline_node = find_child_node_by_name(adaptionset_segmentlist_node, "SegmentTimeline");
find_child_node_by_name  986 libavformat/dashdec.c                 fragment_timeline_node = find_child_node_by_name(period_segmentlist_node, "SegmentTimeline");
find_child_node_by_name 1050 libavformat/dashdec.c             fragment_timeline_node = find_child_node_by_name(representation_segmenttemplate_node, "SegmentTimeline");
find_child_node_by_name 1053 libavformat/dashdec.c                 fragment_timeline_node = find_child_node_by_name(fragment_template_node, "SegmentTimeline");
find_child_node_by_name 1055 libavformat/dashdec.c                 fragment_timeline_node = find_child_node_by_name(adaptionset_segmentlist_node, "SegmentTimeline");
find_child_node_by_name 1057 libavformat/dashdec.c                 fragment_timeline_node = find_child_node_by_name(period_segmentlist_node, "SegmentTimeline");
find_child_node_by_name 1335 libavformat/dashdec.c         tmp_node = find_child_node_by_name(node, "BaseURL");