Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/java/com/google/media/codecs/ultrahdr/
H A DUltraHDRDecoder.java449 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