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.java371 float[] normalizedColorMatrix2 = Arrays.copyOf(dngBayerMetadata.colorMatrix2, in convertToSRGB() local
373 normalizeCM(normalizedColorMatrix2); in convertToSRGB()
400 + Arrays.toString(normalizedColorMatrix2)); in convertToSRGB()
407 normalizedColorMatrix1, normalizedColorMatrix2, in convertToSRGB()