Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCamUtils.java51 static final float[][] XYZ_TO_CAM16RGB = { field in CamUtils
DFrame.java128 float[][] matrix = CamUtils.XYZ_TO_CAM16RGB; in make()
DCam.java152 float[][] matrix = CamUtils.XYZ_TO_CAM16RGB; in fromIntInFrame()