Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashdec.c841 xmlNodePtr representation_segmentlist_node = NULL; in parse_manifest_representation() local
881 representation_segmentlist_node = find_child_node_by_name(representation_node, "SegmentList"); in parse_manifest_representation()
992 } else if (representation_baseurl_node && !representation_segmentlist_node) { in parse_manifest_representation()
1006 } else if (representation_segmentlist_node) { in parse_manifest_representation()
1010 segmentlists_tab[0] = representation_segmentlist_node; in parse_manifest_representation()
1033 fragmenturl_node = xmlFirstElementChild(representation_segmentlist_node); in parse_manifest_representation()

Completed in 4 milliseconds