Home
last modified time | relevance | path

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

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