Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin.h61 static constexpr uint8_t UINT16_MAX_DECIMAL_DIGITS = 5; // uint16_t max number 65535, 5 digits. variable
H A Dplugin.cpp429 if (source.empty() || source.size() > UINT16_MAX_DECIMAL_DIGITS) { in GetUint16ValueFromDecimal()