Searched refs:representationInfo (Results 1 – 5 of 5) sorted by relevance
659 if (representationInfo == nullptr) { in ParseRepresentation()667 GetRepresentationAttr(representationNode, representationInfo); in ParseRepresentation()670 adptSetInfo->representationList_.push_back(representationInfo); in ParseRepresentation()674 delete representationInfo; in ParseRepresentation()680 representationNode->GetAttr("id", representationInfo->id_); in GetRepresentationAttr()682 representationNode->GetAttr("bandwidth", representationInfo->bandwidth_); in GetRepresentationAttr()762 representationInfo->baseUrl_.push_back(strValue); in ProcessRepresentationElement()1211 if (representationInfo != nullptr) { in ClearRepresentation()1214 FreeSegmentBase(representationInfo->representationSegBase_); in ClearRepresentation()1215 FreeSegmentList(representationInfo->representationSegList_); in ClearRepresentation()[all …]
208 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()209 mimeType = representationInfo->commonAttrsAndElements_.mimeType_; in GetMimeTypeFromRepresentation()
48 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()49 mimeType = representationInfo->commonAttrsAndElements_.mimeType_; in GetMimeTypeFromRepresentation()
114 …etRepresentationAttr(IDashMpdNode *representationNode, DashRepresentationInfo *representationInfo);117 … const DashAdptSetInfo *adptSetInfo, DashRepresentationInfo *representationInfo);118 …sentationElement(std::shared_ptr<XmlParser> &xmlParser, DashRepresentationInfo *representationInfo,
580 for (auto &representationInfo : representationList) { in GetAdpDrmInfos() local581 if (representationInfo == nullptr) { in GetAdpDrmInfos()586 representationDrmId.append(representationInfo->id_); in GetAdpDrmInfos()587 …GetDrmInfos(representationDrmId, representationInfo->commonAttrsAndElements_.contentProtectionList… in GetAdpDrmInfos()