Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp51 constexpr int32_t MAX_TIME = 5000; variable
595 if (videoDuration < MIN_TIME || videoDuration > MAX_TIME) { in CheckVideoFormat()