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.java317 normalizeCM(normalizedColorMatrix1); in convertToSRGB()
319 normalizeCM(normalizedColorMatrix2); in convertToSRGB()
793 private static void normalizeCM(/*inout*/float[] colorMatrix) { in normalizeCM() method in RawConverter