Home
last modified time | relevance | path

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

/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
DCamera2UtilsTest.java431 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, true); in requestSettingsSetUnionChangesReflected()
435 CaptureRequest.CONTROL_AE_LOCK, CaptureRequest.CONTROL_AWB_LOCK, in requestSettingsSetUnionChangesReflected()
440 CaptureRequest.CONTROL_AE_LOCK, CaptureRequest.CONTROL_AWB_LOCK, in requestSettingsSetUnionChangesReflected()
444 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, false); in requestSettingsSetUnionChangesReflected()
447 CaptureRequest.CONTROL_AE_LOCK, CaptureRequest.CONTROL_AWB_LOCK, in requestSettingsSetUnionChangesReflected()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java128 mAutoWhiteBalanceLocked = queryTemplateDefaultOrMakeOneUp(CONTROL_AWB_LOCK, false); in AndroidCamera2Settings()
228 } else if (setting == CONTROL_AWB_LOCK) { in matchesTemplateDefault()
229 return Objects.equals(mAutoWhiteBalanceLocked, mTemplateSettings.get(CONTROL_AWB_LOCK)); in matchesTemplateDefault()
278 updateRequestSettingOrForceToDefault(CONTROL_AWB_LOCK, mAutoWhiteBalanceLocked); in getRequestSettings()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyMetadataMapper.java814 CaptureRequest.CONTROL_AWB_LOCK, in mapRequest()
863 CaptureResult.CONTROL_AWB_LOCK , in mapRequest()
1278 m.set(CaptureRequest.CONTROL_AWB_LOCK, false); in createRequestTemplate()
DLegacyResultMapper.java372 m.set(CONTROL_AWB_LOCK, lock); in mapAwb()
DLegacyRequestMapper.java263 Boolean awbLock = getIfSupported(request, CONTROL_AWB_LOCK, /*defaultValue*/false, in convertRequestMetadata()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java1258 public static final Key<Boolean> CONTROL_AWB_LOCK = field in CaptureRequest
DCaptureResult.java1626 public static final Key<Boolean> CONTROL_AWB_LOCK = field in CaptureResult
/frameworks/base/api/
Dcurrent.txt13594 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AWB_LOCK;
13671 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AWB_LOCK;
Dsystem-current.txt13936 …ublic static final android.hardware.camera2.CaptureRequest.Key<java.lang.Boolean> CONTROL_AWB_LOCK;
14013 …public static final android.hardware.camera2.CaptureResult.Key<java.lang.Boolean> CONTROL_AWB_LOCK;