Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/
H A Dattr_data.h78 static constexpr uint8_t RANGE_ARRAY_SIZE = 2; variable
89 bool InRange(const uint32_t (&uint32Rang)[RANGE_ARRAY_SIZE]) const;
95 uint32_t uint32Rang[RANGE_ARRAY_SIZE];
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dcapability.cpp261 if (arraySize != AttrData::RANGE_ARRAY_SIZE) { in AnalyzeUint32Range()
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp669 bool AttrData::InRange(const uint32_t (&uint32Rang)[RANGE_ARRAY_SIZE]) const in InRange()