Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java316 float[] normalizedColorMatrix1 = Arrays.copyOf(colorMatrix1, colorMatrix1.length); in convertToSRGB() local
317 normalizeCM(normalizedColorMatrix1); in convertToSRGB()
324 Log.d(TAG, "Normalized ColorMatrix1: " + Arrays.toString(normalizedColorMatrix1)); in convertToSRGB()
331 normalizedColorMatrix1, normalizedColorMatrix2, neutralColorPoint); in convertToSRGB()