Home
last modified time | relevance | path

Searched refs:awbState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/
DOneCameraZslImpl.java439 Integer awbState = captureResult.get(CaptureResult.CONTROL_AWB_STATE); in takePicture()
456 if (awbState == null) { in takePicture()
457 awbState = CaptureResult.CONTROL_AWB_STATE_INACTIVE; in takePicture()
482 if (awbState == CaptureResult.CONTROL_AWB_STATE_SEARCHING) { in takePicture()
/packages/apps/DevCamera/src/com/android/devcamera/
DCameraInterface.java133 …float normExposure, float normLensPos, float fps, int iso, int afState, int aeState, int awbState); in frameDataAvailable() argument
DDevCameraActivity.java464 …Exposure, final float normLens, float fps, int iso, final int afState, int aeState, int awbState) { in frameDataAvailable() argument
474 String awb = awbStateToString(awbState); in frameDataAvailable()