Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp136 uint64_t pxLengthUint64 = static_cast<uint64_t>(relativeLength) * static_cast<uint64_t>(fullLength) / THOUSAND; in convertThousandthToPx() local
137 if (pxLengthUint64 > std::numeric_limits<uint32_t>::max()) { in convertThousandthToPx()
138 IAM_LOGE("pxLengthUint64 is more than UINT32_MAX"); in convertThousandthToPx()
141 pxLength = static_cast<uint32_t>(pxLengthUint64); in convertThousandthToPx()

Completed in 1 milliseconds