Searched refs:CheckVideoFormat (Results 1 – 2 of 2) sorted by relevance
182 bool CheckVideoFormat(const std::string &fileName);
611 bool WallpaperManager::CheckVideoFormat(const std::string &fileName) in CheckVideoFormat() function in OHOS::WallpaperMgrService::WallpaperManager685 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()