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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.h 43 int gainMap;
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 311 Allocation gainMap = null;
315 gainMap = createFloat4Allocation(rs, lsm, lensShadingMap.getColumnCount(),
379 converterKernel.set_hasGainMap(gainMap != null);
380 if (gainMap != null) {
381 converterKernel.set_gainMap(gainMap);
    [all...]

Completed in 544 milliseconds