Home
last modified time | relevance | path

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

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