Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp43 constexpr const int32_t SEC_MS = 1000; variable
171 endTimePredictMs_ = startTimeMs_ + timeLimitSec_ * SEC_MS; in RegisterVsyncCallback()
260 … progress_ = (int32_t)((now - startTimeMs_) * ONE_HUNDRED_PERCENT / (timeLimitSec_ * SEC_MS)); in UpdateCompileProgress()