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 D | dash_mpd_parser.cpp | 195 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 D | dash_period_manager.cpp | 145 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 D | dash_adpt_set_manager.cpp | 205 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 D | dash_mpd_downloader.cpp | 88 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 D | dash_mpd_downloader.h | 156 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 D | dash_period_manager.h | 37 …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 D | dash_mpd_parser.h | 56 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;
|