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.h181 bool CheckVideoFormat(const std::string &fileName);
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp559 bool WallpaperManager::CheckVideoFormat(const std::string &fileName) in CheckVideoFormat() function in OHOS::WallpaperMgrService::WallpaperManager
633 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()