Home
last modified time | relevance | path

Searched defs:xyz (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DParcelableColorSpaceTest.java75 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testReadWriteCustom() local
96 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testWriteInvalid() local
114 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParceableCustom() local
123 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParcelableInvalid() local
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DFrame.java129 float[] xyz = whitepoint; in make() local
DCam.java149 float[] xyz = CamUtils.xyzFromInt(argb); in fromIntInFrame() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java881 float[] xyz = new float[3]; in normalizeFM() local