Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rs27 rs_allocation gainMap; // Gainmap to apply to linearized raw sensor data.
52 float4 tl = *((float4 *) rsGetElementAt(gainMap, gX, gY));
53 float4 tr = *((float4 *) rsGetElementAt(gainMap, gXNext, gY));
54 float4 bl = *((float4 *) rsGetElementAt(gainMap, gX, gYNext));
55 float4 br = *((float4 *) rsGetElementAt(gainMap, gXNext, gYNext));
DRawConverter.java301 Allocation gainMap = null; in convertToSRGB() local
305 gainMap = createFloat4Allocation(rs, lsm, lensShadingMap.getColumnCount(), in convertToSRGB()
369 converterKernel.set_hasGainMap(gainMap != null); in convertToSRGB()
370 if (gainMap != null) { in convertToSRGB()
371 converterKernel.set_gainMap(gainMap); in convertToSRGB()