Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript36 int whiteLevel; // Whitelevel of sensor
210 static void linearizeAndGainmap(uint x, uint y, ushort4 blackLevel, int whiteLevel,
293 outputArray[kk] = clamp(g * (outputArray[kk] - bl) / (whiteLevel - bl), 0.f, 1.f);
374 pixel = clamp(g * (pixel - bl) / (whiteLevel - bl), 0.f, 1.f);
388 linearizeAndGainmap(xP, yP, blackLevelPattern, whiteLevel, cfaPattern, /*inout*/patch);
DRawConverter.java289 int whiteLevel = staticMetadata.get(CameraCharacteristics.SENSOR_INFO_WHITE_LEVEL); in convertToSRGB() local
299 whiteLevel, rawImageInput, dngBayerMetadata, in convertToSRGB()
309 int inputStride, int cfa, int[] blackLevelPattern, int whiteLevel, byte[] rawImageInput, in convertToSRGB() argument
347 Log.d(TAG, "WhiteLevel: " + whiteLevel); in convertToSRGB()
437 converterKernel.set_whiteLevel(whiteLevel); in convertToSRGB()