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

  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyResultMapper.java 223 // flash.mode, flash.state mapped in mapAeAndFlashMode
326 mapAeAndFlashMode(m, characteristics, p);
407 private static void mapAeAndFlashMode(CameraMetadataNative m,
441 "mapAeAndFlashMode - Ignoring unknown flash mode " + p.getFlashMode());
LegacyRequestMapper.java 224 mapAeAndFlashMode(request, /*out*/params);
535 private static void mapAeAndFlashMode(CaptureRequest r, /*out*/Parameters p) {
558 Log.w(TAG, "mapAeAndFlashMode - Ignore flash.mode == TORCH;" +
565 Log.w(TAG, "mapAeAndFlashMode - Ignore flash.mode == SINGLE;" +
575 Log.w(TAG, "mapAeAndFlashMode - Ignore control.aeMode == ON_ALWAYS_FLASH;" +
582 Log.w(TAG, "mapAeAndFlashMode - Ignore control.aeMode == ON_AUTO_FLASH;" +
589 Log.w(TAG, "mapAeAndFlashMode - Ignore control.aeMode == ON_AUTO_FLASH_REDEYE;"
602 "mapAeAndFlashMode - set flash.mode (api1) to " + flashModeSetting

Completed in 70 milliseconds