Home
last modified time | relevance | path

Searched refs:ContainType (Results 1 – 1 of 1) 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() function
175 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()