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.java310 DngBayerMetadata dngBayerMetadata, LensShadingMap lensShadingMap, in convertToSRGB() argument
351 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()