Searched refs:TRANSFUNC_OFFSET (Results 1 – 3 of 3) sorted by relevance
29 …SpaceInfo.transfunc = static_cast<CM_TransFunc>((colorSpace & TRANSFUNC_MASK) >> TRANSFUNC_OFFSET); in ConvertColorSpaceTypeToInfo()42 colorSpaceType = static_cast<CM_ColorSpaceType>(primaries | (transfunc << TRANSFUNC_OFFSET) | in ConvertColorSpaceInfoToType()
40 static constexpr uint32_t TRANSFUNC_OFFSET = 8; variable216 …ceInfo.transfunc = static_cast<CM_TransFunc>((colorSpace & CM_TRANSFUNC_MASK) >> TRANSFUNC_OFFSET); in SetSbColorSpaceType()237 colorSpaceType = static_cast<CM_ColorSpaceType>(primaries | (transfunc << TRANSFUNC_OFFSET) | in GetSbColorSpaceType()
97 static constexpr uint32_t TRANSFUNC_OFFSET = 8; variable