Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h182 DashList<DashAdptSetInfo *> adptSetList_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_period_manager.cpp84 DashList<DashAdptSetInfo *> adptSets = this->periodInfo_->adptSetList_; in Init()
H A Ddash_mpd_parser.cpp206 periodInfo->adptSetList_.push_back(adptSetInfo); in ParseAdaptationSet()
1101 ClearAdaptationSet(periodInfo->adptSetList_); in Clear()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_parser_unit_test.cpp102 DashList<DashAdptSetInfo*> adptSetList = first->adptSetList_;
132 DashList<DashAdptSetInfo*> adptSetList = first->adptSetList_;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp569 DashList<DashAdptSetInfo*> adptSetList = periodInfo->adptSetList_; in GetAdpDrmInfos()
950 if (SetOndemandSegBase(periodInfo->adptSetList_)) { in SetOndemandSegBase()
1047 if (periodInfo->adptSetList_.size() == 0) { in GetStreamsInfoInPeriod()