Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_period_manager.cpp31 static bool ContainType(DashList<DashContentCompInfo *> contentComp, const std::string &pattern) in ContainType()
34 …for (DashList<DashContentCompInfo *>::iterator it = contentComp.begin(); it != contentComp.end(); … in ContainType()
119 DashList<DashContentCompInfo *> contentCompList((*it)->contentCompList_); in ParseAdptSetList()
172 void DashPeriodManager::ParseAdptSetTypeByComp(DashList<DashContentCompInfo *> contentCompList, in ParseAdptSetTypeByComp()
H A Ddash_mpd_parser.cpp407 DashList<DashContentCompInfo *> &contentCompInfoList) in ParseContentComponent()
409 DashContentCompInfo *contentCompInfo = new (std::nothrow) DashContentCompInfo; in ParseContentComponent()
1193 void DashMpdParser::ClearContentComp(DashList<DashContentCompInfo *> &contentCompList) in ClearContentComp()
1196 DashContentCompInfo *contentCompInfo = contentCompList.front(); in ClearContentComp()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h130 struct DashContentCompInfo { struct
165 DashList<DashContentCompInfo *> contentCompList_;
H A Ddash_period_manager.h47 …void ParseAdptSetTypeByComp(DashList<DashContentCompInfo *> contentCompList, DashAdptSetInfo *adpt…
H A Ddash_mpd_parser.h79 DashList<DashContentCompInfo *> &contentCompInfoList);
89 void ClearContentComp(DashList<DashContentCompInfo *> &contentCompList);