Home
last modified time | relevance | path

Searched refs:CheckVideoFormat (Results 1 – 2 of 2) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/include/
Dwallpaper_manager.h182 bool CheckVideoFormat(const std::string &fileName);
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp611 bool WallpaperManager::CheckVideoFormat(const std::string &fileName) in CheckVideoFormat() function in OHOS::WallpaperMgrService::WallpaperManager
685 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()