Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dmetadata_helper.h95 static constexpr uint32_t RANGE_MASK = variable
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dmetadata_helper.cpp31 colorSpaceInfo.range = static_cast<CM_Range>((colorSpace & RANGE_MASK) >> RANGE_OFFSET); in ConvertColorSpaceTypeToInfo()