Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h186 bool CheckVideoFormat(const std::string &fileName);
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp589 bool WallpaperManager::CheckVideoFormat(const std::string &fileName) in CheckVideoFormat() function in OHOS::WallpaperMgrService::WallpaperManager
663 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()