Home
last modified time | relevance | path

Searched refs:representationInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp659 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 …]
H A Ddash_adpt_set_manager.cpp208 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()
209 mimeType = representationInfo->commonAttrsAndElements_.mimeType_; in GetMimeTypeFromRepresentation()
H A Ddash_period_manager.cpp48 for (DashRepresentationInfo *representationInfo : representationList) { in GetMimeTypeFromRepresentation()
49 mimeType = representationInfo->commonAttrsAndElements_.mimeType_; in GetMimeTypeFromRepresentation()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h114 …etRepresentationAttr(IDashMpdNode *representationNode, DashRepresentationInfo *representationInfo);
117 … const DashAdptSetInfo *adptSetInfo, DashRepresentationInfo *representationInfo);
118 …sentationElement(std::shared_ptr<XmlParser> &xmlParser, DashRepresentationInfo *representationInfo,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp580 for (auto &representationInfo : representationList) { in GetAdpDrmInfos() local
581 if (representationInfo == nullptr) { in GetAdpDrmInfos()
586 representationDrmId.append(representationInfo->id_); in GetAdpDrmInfos()
587 …GetDrmInfos(representationDrmId, representationInfo->commonAttrsAndElements_.contentProtectionList… in GetAdpDrmInfos()