Searched defs:xyz (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ParcelableColorSpaceTest.java | 75 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/ |
D | Frame.java | 129 float[] xyz = whitepoint; in make() local
|
D | Cam.java | 149 float[] xyz = CamUtils.xyzFromInt(argb); in fromIntInFrame() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 881 float[] xyz = new float[3]; in normalizeFM() local
|