Home
last modified time | relevance | path

Searched refs:adptSetInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp195 if (adptSetInfo != nullptr) { in ParseAdaptationSet()
198 delete adptSetInfo; in ParseAdaptationSet()
215 GetAdptSetCommonAttr(adptSetNode, adptSetInfo); in GetAdaptationSetAttr()
239 adptSetNode->GetAttr("par", adptSetInfo->par_); in GetAdaptationSetAttr()
244 adptSetNode->GetAttr("id", adptSetInfo->id_); in GetAdaptationSetAttr()
256 adptSetInfo->bitstreamSwitching_ = true; in GetAdaptationSetAttr()
261 adptSetInfo->segmentAlignment_ = true; in GetAdaptationSetAttr()
266 adptSetInfo->subSegmentAlignment_ = true; in GetAdaptationSetAttr()
1176 if (adptSetInfo != nullptr) { in ClearAdaptationSet()
1180 ClearRoleList(adptSetInfo->roleList_); in ClearAdaptationSet()
[all …]
H A Ddash_period_manager.cpp145 if (adptSetInfo->mimeType_.empty()) { in ParseAdptSetTypeByMime()
146 adptSetInfo->mimeType_.append(mimeType); in ParseAdptSetTypeByMime()
150 videoAdptSetsVector_.push_back(adptSetInfo); in ParseAdptSetTypeByMime()
152 audioAdptSetsVector_.push_back(adptSetInfo); in ParseAdptSetTypeByMime()
168 videoAdptSetsVector_.push_back(adptSetInfo); in ParseAdptSetTypeByMime()
176 videoAdptSetsVector_.push_back(adptSetInfo); in ParseAdptSetTypeByComp()
178 audioAdptSetsVector_.push_back(adptSetInfo); in ParseAdptSetTypeByComp()
254 adptSetInfo = videoAdptSetsVector_; in GetAdptSetsByStreamType()
257 adptSetInfo = audioAdptSetsVector_; in GetAdptSetsByStreamType()
260 adptSetInfo = subtitleAdptSetsVector_; in GetAdptSetsByStreamType()
[all …]
H A Ddash_adpt_set_manager.cpp205 static void GetMimeTypeFromRepresentation(const DashAdptSetInfo *adptSetInfo, std::string &mimeType) in GetMimeTypeFromRepresentation() argument
207 DashList<DashRepresentationInfo *> representationList = adptSetInfo->representationList_; in GetMimeTypeFromRepresentation()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp88 if (adptSetInfo->adptSetSegTmplt_ != nullptr) { in GetStartNumber()
570 for (const auto &adptSetInfo : adptSetList) { in GetAdpDrmInfos() local
571 if (adptSetInfo == nullptr) { in GetAdpDrmInfos()
960 for (const auto &adptSetInfo : adptSetList) { in SetOndemandSegBase() local
962 …if (adptSetInfo->adptSetSegBase_ != nullptr && adptSetInfo->adptSetSegBase_->indexRange_.size() > … in SetOndemandSegBase()
1065 DashAdptSetInfo *adptSetInfo = nullptr; in GetStreamsInfoInPeriod() local
1088 streamDesc.lang_ = adptSetInfo->lang_; in GetStreamsInfoInAdptSet()
1355 DashAdptSetInfo *adptSetInfo = nullptr; in GetSegmentsInPeriod() local
1385 if (adptSetInfo == nullptr) { in GetSegmentsInAdptSet()
1863 …if (adptSetInfo->adptSetSegTmplt_ != nullptr && adptSetInfo->adptSetSegTmplt_->segTmpltMedia_.leng… in GetSegmentsByAdptSetInfo()
[all …]
H A Ddash_mpd_downloader.h156 void GetStreamsInfoInAdptSet(DashAdptSetInfo *adptSetInfo, const std::string &periodBaseUrl,
169 …DashSegmentInitValue GetSegmentsInAdptSet(DashAdptSetInfo *adptSetInfo, const std::string &periodB…
173 …hSegmentInitValue GetSegmentsByPeriodInfo(DashPeriodInfo *periodInfo, DashAdptSetInfo *adptSetInfo,
176 DashSegmentInitValue GetSegmentsByAdptSetInfo(const DashAdptSetInfo *adptSetInfo,
180 …DashRepresentationInfo *GetRepresemtationFromAdptSet(DashAdptSetInfo *adptSetInfo, unsigned int re…
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_period_manager.h37 …void GetAdptSetsByStreamType(DashVector<DashAdptSetInfo *> &adptSetInfo, MediaAVCodec::MediaType s…
46 void ParseAdptSetTypeByMime(std::string mimeType, DashAdptSetInfo *adptSetInfo);
47 …seAdptSetTypeByComp(DashList<DashContentCompInfo *> contentCompList, DashAdptSetInfo *adptSetInfo);
H A Ddash_mpd_parser.h56 DashAdptSetInfo *adptSetInfo);
101 void GetAdaptationSetAttr(IDashMpdNode *adptSetNode, DashAdptSetInfo *adptSetInfo);
104 DashAdptSetInfo *adptSetInfo);
105 void ProcessAdpSetElement(std::shared_ptr<XmlParser> &xmlParser, DashAdptSetInfo *adptSetInfo,
117 … const DashAdptSetInfo *adptSetInfo, DashRepresentationInfo *representationInfo);
133 void GetAdptSetCommonAttr(IDashMpdNode *adptSetNode, DashAdptSetInfo *adptSetInfo) const;