Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java318 float[] normalizedColorMatrix2 = Arrays.copyOf(colorMatrix2, colorMatrix2.length); in convertToSRGB() local
319 normalizeCM(normalizedColorMatrix2); in convertToSRGB()
325 Log.d(TAG, "Normalized ColorMatrix2: " + Arrays.toString(normalizedColorMatrix2)); in convertToSRGB()
331 normalizedColorMatrix1, normalizedColorMatrix2, neutralColorPoint); in convertToSRGB()