Searched refs:VIDEO_MIME_TYPE (Results 1 – 3 of 3) sorted by relevance
149 if (mimeType.find(VIDEO_MIME_TYPE) != std::string::npos) { in ParseAdptSetTypeByMime()175 if (ContainType(contentCompList, VIDEO_MIME_TYPE)) { in ParseAdptSetTypeByComp()
57 static constexpr const char *const VIDEO_MIME_TYPE = "video"; variable
26 static const char *const VIDEO_MIME_TYPE = "video"; variable