Home
last modified time | relevance | path

Searched refs:periodInfoList_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_manager.cpp43 return this->mpdInfo_->periodInfoList_; in GetPeriods()
48 if (this->mpdInfo_ == nullptr || this->mpdInfo_->periodInfoList_.size() == 0) { in GetFirstPeriod()
52 return *(this->mpdInfo_->periodInfoList_.begin()); in GetFirstPeriod()
57 if (this->mpdInfo_ == nullptr || this->mpdInfo_->periodInfoList_.size() == 0) { in GetNextPeriod()
61 DashList<DashPeriodInfo *> periods = this->mpdInfo_->periodInfoList_; in GetNextPeriod()
169 for (DashList<DashPeriodInfo *>::iterator it = this->mpdInfo_->periodInfoList_.begin(); in GetDuration()
170 it != this->mpdInfo_->periodInfoList_.end(); ++it) { in GetDuration()
H A Ddash_mpd_parser.cpp93 dashMpdInfo_.periodInfoList_.push_back(periodInfo); in ParsePeriod()
1098 while (dashMpdInfo_.periodInfoList_.size() > 0) { in Clear()
1099 DashPeriodInfo *periodInfo = dashMpdInfo_.periodInfoList_.front(); in Clear()
1107 dashMpdInfo_.periodInfoList_.pop_front(); in Clear()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h202 DashList<DashPeriodInfo *> periodInfoList_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp555 std::list<DashPeriodInfo*> periods = mpdInfo_->periodInfoList_; in GetDrmInfos()
949 for (const auto &periodInfo : mpdInfo_->periodInfoList_) { in SetOndemandSegBase()
1014 std::list<DashPeriodInfo*> periods = mpdInfo_->periodInfoList_; in GetStreamsInfoInMpd()
1322 for (std::list<DashPeriodInfo *>::iterator it = mpdInfo_->periodInfoList_.begin(); in GetSegmentsInMpd()
1323 it != mpdInfo_->periodInfoList_.end(); ++it, ++currentPeriodIndex) { in GetSegmentsInMpd()