Searched refs:whiteLevel (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rs | 35 int whiteLevel; // Whitelevel of sensor 209 static void linearizeAndGainmap(uint x, uint y, ushort4 blackLevel, int whiteLevel, 292 outputArray[kk] = clamp(g * (outputArray[kk] - bl) / (whiteLevel - bl), 0.f, 1.f); 368 linearizeAndGainmap(xP, yP, blackLevelPattern, whiteLevel, cfaPattern, /*inout*/patch);
|
D | RawConverter.java | 187 int whiteLevel = staticMetadata.get(CameraCharacteristics.SENSOR_INFO_WHITE_LEVEL); in convertToSRGB() local 213 convertToSRGB(rs, inputWidth, inputHeight, inputStride, cfa, blackLevelPattern, whiteLevel, in convertToSRGB() 224 int inputStride, int cfa, int[] blackLevelPattern, int whiteLevel, byte[] rawImageInput, in convertToSRGB() argument 265 Log.d(TAG, "WhiteLevel: " + whiteLevel); in convertToSRGB() 333 converterKernel.set_whiteLevel(whiteLevel); in convertToSRGB()
|