Searched refs:SEC_MS (Results 1 – 1 of 1) sorted by relevance
43 constexpr const int32_t SEC_MS = 1000; variable171 endTimePredictMs_ = startTimeMs_ + timeLimitSec_ * SEC_MS; in RegisterVsyncCallback()260 … progress_ = (int32_t)((now - startTimeMs_) * ONE_HUNDRED_PERCENT / (timeLimitSec_ * SEC_MS)); in UpdateCompileProgress()