Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp134 bool convertThousandthToPx(uint32_t relativeLength, uint32_t fullLength, uint32_t &pxLength) in convertThousandthToPx() argument
136 uint64_t pxLengthUint64 = static_cast<uint64_t>(relativeLength) * static_cast<uint64_t>(fullLength) / THOUSAND; in convertThousandthToPx()

Completed in 1 milliseconds