Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java270 void set_whiteLevel(int whiteLevel) { in set_whiteLevel() argument
271 mWhiteLevel = whiteLevel; in set_whiteLevel()
870 int whiteLevel = staticMetadata.get(CameraCharacteristics.SENSOR_INFO_WHITE_LEVEL); in convertToSRGB() local
880 whiteLevel, rawImageInput, dngBayerMetadata, in convertToSRGB()
890 int inputStride, int cfa, int[] blackLevelPattern, int whiteLevel, byte[] rawImageInput, in convertToSRGB() argument
928 Log.d(TAG, "WhiteLevel: " + whiteLevel); in convertToSRGB()
999 converterKernel.set_whiteLevel(whiteLevel); in convertToSRGB()