HomeSort by relevance Sort by last modified time
    Searched refs:gainMap (Results 1 - 6 of 6) sorted by null

  /external/dng_sdk/source/
dng_gain_map.h 167 /// Construct a GainMap opcode for the specified image area and the specified
171 AutoPtr<dng_gain_map> &gainMap);
173 /// Construct a GainMap opcode from the specified stream.
190 /// the intersection of the specified image area and the GainMap area.
dng_gain_map.cpp 481 AutoPtr<dng_gain_map> &gainMap)
493 fGainMap.Reset (gainMap.Release ());
504 "GainMap")
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
raw_converter.rs 27 rs_allocation gainMap; // Gainmap to apply to linearized raw sensor data.
31 bool hasGainMap; // Does gainmap exist?
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));
RawConverter.java 277 Allocation gainMap = null;
281 gainMap = createFloat4Allocation(rs, lsm, lensShadingMap.getColumnCount(),
345 converterKernel.set_hasGainMap(gainMap != null);
346 if (gainMap != null) {
347 converterKernel.set_gainMap(gainMap);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 43 int gainMap;
nsx_core.c     [all...]

Completed in 1288 milliseconds