Searched refs:lensShadingMap (Results 1 – 1 of 1) sorted by relevance
891 DngBayerMetadata dngBayerMetadata, LensShadingMap lensShadingMap, in convertToSRGB() argument1006 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()