Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DFrame.java139 float[][] matrix = CamUtils.XYZ_TO_CAM16RGB; in make()
H A DCamUtils.java53 static final float[][] XYZ_TO_CAM16RGB = { field in CamUtils
H A DCam.java157 float[][] matrix = CamUtils.XYZ_TO_CAM16RGB; in fromIntInFrame()