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.java292 float[] normalizedColorMatrix1 = Arrays.copyOf(colorMatrix1, colorMatrix1.length); in convertToSRGB() local
293 normalizeCM(normalizedColorMatrix1); in convertToSRGB()
300 Log.d(TAG, "Normalized ColorMatrix1: " + Arrays.toString(normalizedColorMatrix1)); in convertToSRGB()
307 normalizedColorMatrix1, normalizedColorMatrix2, neutralColorPoint); in convertToSRGB()