Home | History | Annotate | Download | only in com.example.android.camera2raw

Lines Matching refs:awbState

461                             Integer awbState = result.get(CaptureResult.CONTROL_AWB_STATE);
462 if (aeState == null || awbState == null) {
468 awbState == CaptureResult.CONTROL_AWB_STATE_CONVERGED;