Home
last modified time | relevance | path

Searched refs:representationList_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp59 this->representationList_ = this->adptSetInfo_->representationList_; in Init()
60 if (this->representationList_.size() == 0) { in Init()
64 this->representationList_.sort(SortByBitrate); in Init()
82 this->representationList_.clear(); in Reset()
141 if (representationList_.size() == 0) { in GetBandwidths()
146 curRep != representationList_.end(); ++curRep) { in GetBandwidths()
171 if (this->representationList_.size() == 0) { in GetRepresentationByBandwidth()
176 for (; it != this->representationList_.end(); ++it) { in GetRepresentationByBandwidth()
187 if (this->representationList_.size() == 0) { in GetHighRepresentation()
197 if (this->representationList_.size() == 0) { in GetLowRepresentation()
[all …]
H A Ddash_period_manager.cpp47 DashList<DashRepresentationInfo *> representationList = adptSetInfo->representationList_; in GetMimeTypeFromRepresentation()
H A Ddash_mpd_parser.cpp670 adptSetInfo->representationList_.push_back(representationInfo); in ParseRepresentation()
1178 ClearRepresentation(adptSetInfo->representationList_); in ClearAdaptationSet()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_adpt_set_manager.h54 DashList<DashRepresentationInfo *> representationList_; variable
H A Ddash_mpd_def.h166 DashList<DashRepresentationInfo *> representationList_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp170 if (repreIndex >= adptSet->representationList_.size()) { in GetRepresentationFromAdptSet()
175 for (DashList<DashRepresentationInfo *>::iterator it = adptSet->representationList_.begin(); in GetRepresentationFromAdptSet()
176 it != adptSet->representationList_.end(); ++it, ++index) { in GetRepresentationFromAdptSet()
579 DashList<DashRepresentationInfo*> representationList = adptSetInfo->representationList_; in GetAdpDrmInfos()
961 if (adptSetInfo->representationList_.size() == 0) { in SetOndemandSegBase()
967 if (SetOndemandSegBase(adptSetInfo->representationList_)) { in SetOndemandSegBase()
1099 std::list<DashRepresentationInfo*> repList = adptSetInfo->representationList_; in GetStreamsInfoInAdptSet()
1393 if (streamDesc->representationIndex_ < adptSetInfo->representationList_.size()) { in GetSegmentsInAdptSet()
1837 … for (std::list<DashRepresentationInfo *>::iterator it = adptSetInfo->representationList_.begin(); in GetRepresemtationFromAdptSet()
1838 it != adptSetInfo->representationList_.end(); ++it, ++index) { in GetRepresemtationFromAdptSet()