Searched refs:representationElementList (Results 1 – 2 of 2) sorted by relevance
288 DashList<std::shared_ptr<XmlElement>> representationElementList; in GetAdaptationSetElement() local296 …ProcessAdpSetElement(xmlParser, adptSetInfo, representationElementList, childElement, dashElementL… in GetAdaptationSetElement()331 while (representationElementList.size() > 0) { in GetAdaptationSetElement()336 std::shared_ptr<XmlElement> representationElement = representationElementList.front(); in GetAdaptationSetElement()341 representationElementList.pop_front(); in GetAdaptationSetElement()346 … DashList<std::shared_ptr<XmlElement>> &representationElementList, in ProcessAdpSetElement() argument370 representationElementList.push_back(childElement); in ProcessAdpSetElement()
106 DashList<std::shared_ptr<XmlElement>> &representationElementList,