Searched refs:lensShadingMap (Results 1 – 1 of 1) sorted by relevance
310 DngBayerMetadata dngBayerMetadata, LensShadingMap lensShadingMap, in convertToSRGB() argument351 if (lensShadingMap != null) { in convertToSRGB()352 float[] lsm = new float[lensShadingMap.getGainFactorCount()]; in convertToSRGB()353 lensShadingMap.copyGainFactors(/*inout*/lsm, /*offset*/0); in convertToSRGB()354 gainMap = createFloat4Allocation(rs, lsm, lensShadingMap.getColumnCount(), in convertToSRGB()355 lensShadingMap.getRowCount()); in convertToSRGB()448 converterKernel.set_gainMapWidth(lensShadingMap.getColumnCount()); in convertToSRGB()449 converterKernel.set_gainMapHeight(lensShadingMap.getRowCount()); in convertToSRGB()