Searched refs:ContainType (Results 1 – 1 of 1) sorted by relevance
31 static bool ContainType(DashList<DashContentCompInfo *> contentComp, const std::string &pattern) in ContainType() function175 if (ContainType(contentCompList, VIDEO_MIME_TYPE)) { in ParseAdptSetTypeByComp()177 } else if (ContainType(contentCompList, AUDIO_MIME_TYPE)) { in ParseAdptSetTypeByComp()179 } else if (ContainType(contentCompList, SUBTITLE_MIME_APPLICATION) || in ParseAdptSetTypeByComp()180 ContainType(contentCompList, SUBTITLE_MIME_TEXT)) { in ParseAdptSetTypeByComp()183 …subtitleMimeType_ = ((ContainType(contentCompList, SUBTITLE_MIME_APPLICATION)) ? SUBTITLE_MIME_APP… in ParseAdptSetTypeByComp()185 } else if (!ContainType(contentCompList, subtitleMimeType_)) { in ParseAdptSetTypeByComp()