Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java370 normalizeCM(normalizedColorMatrix1); in convertToSRGB()
373 normalizeCM(normalizedColorMatrix2); in convertToSRGB()
864 private static void normalizeCM(/*inout*/float[] colorMatrix) { in normalizeCM() method in RawConverter