Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java891 DngBayerMetadata dngBayerMetadata, LensShadingMap lensShadingMap, in convertToSRGB() argument
1006 converterKernel.set_hasGainMap(lensShadingMap != null); in convertToSRGB()
1007 if (lensShadingMap != null) { in convertToSRGB()
1008 float[] gainMap = new float[lensShadingMap.getGainFactorCount()]; in convertToSRGB()
1009 lensShadingMap.copyGainFactors(/*inout*/gainMap, /*offset*/0); in convertToSRGB()
1010 converterKernel.set_gainMapWidth(lensShadingMap.getColumnCount()); in convertToSRGB()
1011 converterKernel.set_gainMapHeight(lensShadingMap.getRowCount()); in convertToSRGB()