Searched refs:DashContentCompInfo (Results 1 – 5 of 5) sorted by relevance
31 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()
407 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()
130 struct DashContentCompInfo { struct165 DashList<DashContentCompInfo *> contentCompList_;
47 …void ParseAdptSetTypeByComp(DashList<DashContentCompInfo *> contentCompList, DashAdptSetInfo *adpt…
79 DashList<DashContentCompInfo *> &contentCompInfoList);89 void ClearContentComp(DashList<DashContentCompInfo *> &contentCompList);