Searched refs:representationList (Results 1 – 5 of 5) sorted by relevance
207 DashList<DashRepresentationInfo *> representationList = adptSetInfo->representationList_; in GetMimeTypeFromRepresentation() local208 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()
47 DashList<DashRepresentationInfo *> representationList = adptSetInfo->representationList_; in GetMimeTypeFromRepresentation() local48 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()
1207 void DashMpdParser::ClearRepresentation(DashList<DashRepresentationInfo *> &representationList) in ClearRepresentation() argument1209 while (representationList.size() > 0) { in ClearRepresentation()1210 DashRepresentationInfo *representationInfo = representationList.front(); in ClearRepresentation()1221 representationList.pop_front(); in ClearRepresentation()
90 void ClearRepresentation(DashList<DashRepresentationInfo *> &representationList);
579 DashList<DashRepresentationInfo*> representationList = adptSetInfo->representationList_; in GetAdpDrmInfos() local580 for (auto &representationInfo : representationList) { in GetAdpDrmInfos()