Searched refs:aeState (Results 1 – 5 of 5) sorted by relevance
1021 Integer aeState = partialResult.get(CaptureResult.CONTROL_AE_STATE); in captureReprocessedRawShot()1022 if (aeState != null && in captureReprocessedRawShot()1023 (aeState == CaptureRequest.CONTROL_AE_STATE_CONVERGED || in captureReprocessedRawShot()1024 aeState == CaptureRequest.CONTROL_AE_STATE_FLASH_REQUIRED)) { in captureReprocessedRawShot()1032 int aeState = result.get(CaptureResult.CONTROL_AE_STATE); in captureReprocessedRawShot()1033 if (aeState == CaptureRequest.CONTROL_AE_STATE_CONVERGED || in captureReprocessedRawShot()1034 aeState == CaptureRequest.CONTROL_AE_STATE_FLASH_REQUIRED) { in captureReprocessedRawShot()1178 Integer aeState = partialResult.get(CaptureResult.CONTROL_AE_STATE); in captureRawShots()1179 if (aeState != null && in captureRawShots()1180 (aeState == CaptureRequest.CONTROL_AE_STATE_CONVERGED || in captureRawShots()[all …]
1202 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE); in testBasicTriggerSequence() local1210 precaptureComplete = verifyAeSequence(aeState, precaptureComplete); in testBasicTriggerSequence()1214 aeState = precaptureResult.get(CaptureResult.CONTROL_AE_STATE); in testBasicTriggerSequence()1222 aeState = postPrecaptureResult.get(CaptureResult.CONTROL_AE_STATE); in testBasicTriggerSequence()1224 aeState != CaptureResult.CONTROL_AE_STATE_PRECAPTURE); in testBasicTriggerSequence()1309 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE); in testSimultaneousTriggers() local1321 precaptureComplete = verifyAeSequence(aeState, precaptureComplete); in testSimultaneousTriggers()1326 aeState = sequenceResult.get(CaptureResult.CONTROL_AE_STATE); in testSimultaneousTriggers()1430 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE); in testAfThenAeTrigger() local1438 precaptureComplete = verifyAeSequence(aeState, precaptureComplete); in testAfThenAeTrigger()[all …]
216 int aeState = result.get(CaptureResult.CONTROL_AE_STATE); in burstTestByCamera() local220 Log.d(TAG, "aeState: " + aeState + ". awbState: " + awbState); in burstTestByCamera()223 if ((aeState == CaptureResult.CONTROL_AE_STATE_CONVERGED || in burstTestByCamera()224 aeState == CaptureResult.CONTROL_AE_STATE_FLASH_REQUIRED) && in burstTestByCamera()
1922 AutoExposureStateListener aeState, boolean perFrameControl) { in SimpleCaptureCallback() argument1928 mAEStateListener = aeState; in SimpleCaptureCallback()2137 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE); in onCaptureResultAvailable() local2138 if (aeState != null) { in onCaptureResultAvailable()2139 switch (aeState) { in onCaptureResultAvailable()2159 mCollector.addMessage("Unexpected AE state: " + aeState); in onCaptureResultAvailable()
4978 int aeState = result.get(CaptureResult.CONTROL_AE_STATE);4979 if (aeState == CaptureResult.CONTROL_AE_STATE_CONVERGED4980 || aeState == CaptureResult.CONTROL_AE_STATE_FLASH_REQUIRED) {