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