Searched refs:decodedGainMapDataInt32 (Results 1 – 1 of 1) sorted by relevance
449 if (decodedGainMapDataInt32 == null) { in getDecodedGainMapImage()452 decodedGainMapDataInt32 = new int[imgWidth * imgHeight]; in getDecodedGainMapImage()453 data.asIntBuffer().get(decodedGainMapDataInt32); in getDecodedGainMapImage()456 imgRange, imgWidth, imgHeight, decodedGainMapDataInt32, imgStride); in getDecodedGainMapImage()497 decodedGainMapDataInt32 = null; in resetState()583 private int[] decodedGainMapDataInt32; field in UltraHDRDecoder