Home
last modified time | relevance | path

Searched refs:isLive (Results 1 - 2 of 2) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h194 ErrorCode CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length);
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp667 ErrorCode WallpaperManager::CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length) in CheckWallpaperFormat() argument
669 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()
683 if (length <= 0 || (isLive && length > MAX_VIDEO_SIZE) || fend != 0 || fset != 0) { in CheckWallpaperFormat()

Completed in 2 milliseconds