Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dmetadata_helper.h91 static constexpr uint32_t TRANSFUNC_MASK = variable
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dmetadata_helper.cpp29 …colorSpaceInfo.transfunc = static_cast<CM_TransFunc>((colorSpace & TRANSFUNC_MASK) >> TRANSFUNC_OF… in ConvertColorSpaceTypeToInfo()