HomeSort by relevance Sort by last modified time
    Searched refs:CONTROL_AE_STATE (Results 1 - 25 of 26) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
AcceptableZslImageFilter.java 69 Integer aeState = metadata.get(CaptureResult.CONTROL_AE_STATE);
AutoFlashZslImageFilter.java 47 * required when CONTROL_AE_STATE == CONTROL_AE_STATE_CONVERGED. However, when
91 if (key == TotalCaptureResult.CONTROL_AE_STATE) {
149 Integer aeState = captureResult.get(CaptureResult.CONTROL_AE_STATE);
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AETriggerResult.java 41 * machine of {@link CaptureResult#CONTROL_AE_STATE} which relates to
52 * See the android documentation for {@link CaptureResult#CONTROL_AE_STATE} for
75 Integer state = result.get(CaptureResult.CONTROL_AE_STATE);
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 531 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE);
543 aeState = precaptureResult.get(CaptureResult.CONTROL_AE_STATE);
551 aeState = postPrecaptureResult.get(CaptureResult.CONTROL_AE_STATE);
639 int aeState = triggerResult.get(CaptureResult.CONTROL_AE_STATE);
656 aeState = sequenceResult.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
BurstCaptureTest.java 172 int aeState = result.get(CaptureResult.CONTROL_AE_STATE);
CaptureResultTest.java 600 waiverKeys.add(CaptureResult.CONTROL_AE_STATE);
    [all...]
DngCreatorTest.java     [all...]
SurfaceViewPreviewTest.java 241 waitForResultValue(resultListener, CaptureResult.CONTROL_AE_STATE,
PerformanceTest.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2SurfaceViewTestCase.java 514 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates,
544 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates,
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 537 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates,
567 waitForAnyResultValue(resultListener, CaptureResult.CONTROL_AE_STATE, expectedAeStates,
    [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 301 // CONTROL_AE_STATE can be null on some devices
302 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
314 // CONTROL_AE_STATE can be null on some devices
315 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
324 // CONTROL_AE_STATE can be null on some devices
325 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 301 // CONTROL_AE_STATE can be null on some devices
302 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
314 // CONTROL_AE_STATE can be null on some devices
315 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
324 // CONTROL_AE_STATE can be null on some devices
325 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 301 // CONTROL_AE_STATE can be null on some devices
302 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
314 // CONTROL_AE_STATE can be null on some devices
315 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
324 // CONTROL_AE_STATE can be null on some devices
325 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyResultMapper.java 332 m.set(CONTROL_AE_STATE, CONTROL_AE_STATE_CONVERGED);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2AgentImpl.java 600 if (result.get(CaptureResult.CONTROL_AE_STATE) != null &&
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 436 Integer aeState = captureResult.get(CaptureResult.CONTROL_AE_STATE);
533 mCaptureManager.addMetadataChangeListener(CaptureResult.CONTROL_AE_STATE,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureResult.java 577 * During that time, {@link CaptureResult#CONTROL_AE_STATE android.control.aeState} field will be in the SEARCHING
578 * state. Once the new exposure target is reached, {@link CaptureResult#CONTROL_AE_STATE android.control.aeState} will
590 * @see CaptureResult#CONTROL_AE_STATE
632 * <p>See {@link CaptureResult#CONTROL_AE_STATE android.control.aeState} for AE lock related state transition details.</p>
638 * @see CaptureResult#CONTROL_AE_STATE
    [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java     [all...]
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java 460 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java 460 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
Camera2RawFragment.java 460 Integer aeState = result.get(CaptureResult.CONTROL_AE_STATE);
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 3628 milliseconds

1 2