Searched refs:awbState (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | OneCameraZslImpl.java | 439 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/ |
D | CameraInterface.java | 133 …float normExposure, float normLensPos, float fps, int iso, int afState, int aeState, int awbState); in frameDataAvailable() argument
|
D | DevCameraActivity.java | 464 …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()
|