HomeSort by relevance Sort by last modified time
    Searched full:camera2 (Results 276 - 300 of 709) sorted by null

<<11121314151617181920>>

  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingSessionCallback.java 16 package com.android.ex.camera2.blocking;
18 import android.hardware.camera2.CameraCaptureSession;
24 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
25 import com.android.ex.camera2.utils.StateChangeListener;
26 import com.android.ex.camera2.utils.StateWaiter;
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java 21 import android.hardware.camera2.CameraAccessException;
22 import android.hardware.camera2.CameraCaptureSession;
23 import android.hardware.camera2.CameraManager;
24 import android.hardware.camera2.CaptureRequest;
25 import android.hardware.camera2.TotalCaptureResult;
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraCharacteristicsImpl.java 24 import android.hardware.camera2.CameraCharacteristics;
25 import android.hardware.camera2.CameraMetadata;
26 import android.hardware.camera2.params.StreamConfigurationMap;
44 * Describes a OneCamera device which is on top of camera2 API. This is
46 * android.hardware.camera2.CameraCharacteristics}.
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 16 package android.hardware.camera2.impl;
18 import android.hardware.camera2.CameraAccessException;
19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraDevice;
21 import android.hardware.camera2.CaptureRequest;
22 import android.hardware.camera2.dispatch.ArgumentReplacingDispatcher;
23 import android.hardware.camera2.dispatch.BroadcastDispatcher;
24 import android.hardware.camera2.dispatch.DuckTypingDispatcher;
25 import android.hardware.camera2.dispatch.HandlerDispatcher;
26 import android.hardware.camera2.dispatch.InvokeDispatcher
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/about/versions/
android-5.0.jd 367 <p>Android 5.0 ???????????????????????????????? <a href="{@docRoot}reference/android/hardware/camera2/package-summary.html">android.hardware.camera2</a> API ??????????????????{@link android.hardware.camera2.CameraManager#getCameraIdList() getCameraIdList()} ????????????????????????????{@link android.hardware.camera2.CameraManager#openCamera(java.lang.String, android.hardware.camera2.CameraDevice.StateCallback, android.os.Handler) openCamera()} ??????????????????????????????????????????{@link android.hardware.camera2.CameraCaptureSession} ?????????????????????? {@link android.view.Surface} ?????????????{@link android.hardware.camera2.CameraCaptureSession} ??????1 ??????????????????????????????????????????</p>
369 <p>??????????????????????????{@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} ????????????? ??????????????????? ????????????{@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} ???? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureCompleted(android.hardware.camera2.CameraCaptureSess (…)
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/about/versions/
android-5.0.jd 369 <p>Android 5.0 ????? <a href="{@docRoot}reference/android/hardware/camera2/package-summary.html">android.hardware.camera2</a> API ????????????????????????? {@link android.hardware.camera2.CameraManager#getCameraIdList() getCameraIdList()} ??????????????????????? {@link android.hardware.camera2.CameraManager#openCamera(java.lang.String, android.hardware.camera2.CameraDevice.StateCallback, android.os.Handler) openCamera()} ????????????????????? {@link android.hardware.camera2.CameraCaptureSession} ??? {@link android.view.Surface} ???????????????? {@link android.hardware.camera2.CameraCaptureSession} ?????????</p>
371 <p>?????????????????? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} ??????????????????????????????????? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} ??????? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureCompleted(android.hardware.camera2.CameraCaptureSess (…)
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-tw/about/versions/
android-5.0.jd 367 <p>Android 5.0 ?????? <a href="{@docRoot}reference/android/hardware/camera2/package-summary.html">android.hardware.camera2</a> API??????????????????????????? {@link android.hardware.camera2.CameraManager#getCameraIdList() getCameraIdList()}????????????????????? {@link android.hardware.camera2.CameraManager#openCamera(java.lang.String, android.hardware.camera2.CameraDevice.StateCallback, android.os.Handler) openCamera()} ???????????????????? {@link android.hardware.camera2.CameraCaptureSession} ??? {@link android.view.Surface} ???????????????? {@link android.hardware.camera2.CameraCaptureSession} ???????????????????</p>
369 <p>???????????????????? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} ??????????????????????????????????? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback} ????????? {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureCompleted(android.hardware.camera2.CameraCaptureSess (…)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 57 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
96 * in this format from a {@link android.hardware.camera2.CameraDevice}
98 * supported by {@link android.hardware.camera2.CameraDevice}.</p>
102 * @see android.hardware.camera2.CameraDevice
126 * in this format from a {@link android.hardware.camera2.CameraDevice}
128 * supported by {@link android.hardware.camera2.CameraDevice}.</p>
132 * @see android.hardware.camera2.CameraDevice
141 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
157 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
165 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format i
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 17 package android.hardware.camera2.cts;
26 import android.hardware.camera2.CameraCaptureSession;
27 import android.hardware.camera2.CameraCharacteristics;
28 import android.hardware.camera2.CameraDevice;
29 import android.hardware.camera2.CaptureRequest;
30 import android.hardware.camera2.CaptureResult;
31 import android.hardware.camera2.DngCreator;
32 import android.hardware.camera2.TotalCaptureResult;
33 import android.hardware.camera2.cts.helpers.StaticMetadata;
34 import android.hardware.camera2.cts.rs.BitmapUtils
    [all...]
FlashlightTest.java 17 package android.hardware.camera2.cts;
19 import android.hardware.camera2.CameraManager;
20 import android.hardware.camera2.CameraAccessException;
21 import android.hardware.camera2.cts.testcases.Camera2AndroidTestCase;
22 import android.hardware.camera2.cts.helpers.StaticMetadata;
23 import android.hardware.camera2.cts.helpers.StaticMetadata.CheckLevel;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 21 import android.hardware.camera2.CameraDevice;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CaptureRequest;
24 import android.hardware.camera2.CaptureResult;
25 import android.hardware.camera2.params.MeteringRectangle;
26 import android.hardware.camera2.params.StreamConfigurationMap;
  /frameworks/base/core/java/android/hardware/camera2/params/
TonemapCurve.java 17 package android.hardware.camera2.params;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CameraDevice;
24 import android.hardware.camera2.CameraMetadata;
25 import android.hardware.camera2.CaptureRequest;
26 import android.hardware.camera2.utils.HashCodeHelpers;
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2RequestSettingsSet.java 17 package com.android.ex.camera2.utils;
19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CameraDevice;
21 import android.hardware.camera2.CaptureRequest;
22 import android.hardware.camera2.CaptureRequest.Builder;
23 import android.hardware.camera2.CaptureRequest.Key;
  /system/media/camera/docs/
metadata-generate 24 # ../../../../cts/tests/tests/hardware/src/android/hardware/camera2/cts/CaptureResultTest.java
25 # ../../../../frameworks/base/core/java/android/hardware/camera2/CameraCharacteristics.java
26 # ../../../../frameworks/base/core/java/android/hardware/camera2/CaptureRequest.java
27 # ../../../../frameworks/base/core/java/android/hardware/camera2/CaptureResult.java
35 fwkdir="$ANDROID_BUILD_TOP/frameworks/base/core/java/android/hardware/camera2/"
37 ctsdir="$ANDROID_BUILD_TOP/cts/tests/tests/hardware/src/android/hardware/camera2/cts"
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
fields_index_all.html 320 <nobr><A HREF="android.hardware.camera2.CameraAccessException.html#android.hardware.camera2.CameraAccessException.CAMERA_IN_USE" class="hiddenlink" target="rightframe">CAMERA_IN_USE</A>
    [all...]
fields_index_additions.html 286 <nobr><A HREF="android.hardware.camera2.CameraAccessException.html#android.hardware.camera2.CameraAccessException.CAMERA_IN_USE" class="hiddenlink" target="rightframe">CAMERA_IN_USE</A>
374 <nobr><A HREF="android.hardware.camera2.CameraCharacteristics.html#android.hardware.camera2.CameraCharacteristics.CONTROL_AE_LOCK_AVAILABLE" class="hiddenlink" target="rightframe">CONTROL_AE_LOCK_AVAILABLE</A>
376 <nobr><A HREF="android.hardware.camera2.CameraMetadata.html#android.hardware.camera2.CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL" class="hiddenlink" target="rightframe">CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL</A>
378 <nobr><A HREF="android.hardware.camera2.CameraCharacteristics.html#android.hardware.camera2.CameraCharacteristics.CONTROL_AVAILABLE_MODES" class="hiddenlink" target="rightframe">CONTROL_AVAILABLE_MODES</A>
380 <nobr><A HREF="android.hardware.camera2.CameraCharacteristics.html#android.hardware.camera2.CameraCharacteristics.CONTROL_AWB_LOCK_AVAILABLE" class="hiddenlink" target="rightframe">CONTROL_A (…)
    [all...]
  /cts/tests/tests/hardware/
AndroidManifest.xml 40 <activity android:name="android.hardware.camera2.cts.Camera2SurfaceViewCtsActivity"
46 <activity android:name="android.hardware.camera2.cts.Camera2MultiViewCtsActivity"
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 67 * This is only required for backward compatibility of the Camera2 API when running in LEGACY
70 * @see {@link android.hardware.camera2.CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL}
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 35 namespace camera2 { namespace in namespace:android
183 }; // namespace camera2
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
HandlerDispatcher.java 16 package android.hardware.camera2.dispatch;
18 import android.hardware.camera2.utils.UncheckedThrow;
MethodNameInvoker.java 16 package android.hardware.camera2.dispatch;
18 import android.hardware.camera2.utils.UncheckedThrow;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyRequestMapper.java 17 package android.hardware.camera2.legacy;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CaptureRequest;
24 import android.hardware.camera2.params.MeteringRectangle;
25 import android.hardware.camera2.utils.ListUtils;
26 import android.hardware.camera2.utils.ParamsUtils;
37 import static android.hardware.camera2.CaptureRequest.*;
40 * Provide legacy-specific implementations of camera2 CaptureRequest for legacy devices.
  /frameworks/base/core/java/android/hardware/camera2/utils/
TaskSingleDrainer.java 16 package android.hardware.camera2.utils;
18 import android.hardware.camera2.utils.TaskDrainer.DrainListener;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsDecoratorTest.java 20 import android.hardware.camera2.utils.*;
21 import android.hardware.camera2.utils.Decorator.DecoratorListener;
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraStateHolder.java 17 package com.android.ex.camera2.portability;
21 import com.android.ex.camera2.portability.debug.Log;

Completed in 5998 milliseconds

<<11121314151617181920>>