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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/camera2/utils/
BinderHolder.aidl 17 package android.hardware.camera2.utils;
LongParcelable.aidl 17 package android.hardware.camera2.utils;
CameraBinderDecorator.java 17 package android.hardware.camera2.utils;
19 import static android.hardware.camera2.CameraAccessException.CAMERA_DISABLED;
20 import static android.hardware.camera2.CameraAccessException.CAMERA_DISCONNECTED;
21 import static android.hardware.camera2.CameraAccessException.CAMERA_IN_USE;
22 import static android.hardware.camera2.CameraAccessException.CAMERA_ERROR;
23 import static android.hardware.camera2.CameraAccessException.MAX_CAMERAS_IN_USE;
24 import static android.hardware.camera2.CameraAccessException.CAMERA_DEPRECATED_HAL;
34 * @see android.hardware.camera2.utils.CameraBinderDecorator#newInstance
CameraRuntimeException.java 1 package android.hardware.camera2.utils;
3 import android.hardware.camera2.CameraAccessException;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraDeviceProxy.java 21 import android.hardware.camera2.CameraAccessException;
22 import android.hardware.camera2.CameraCaptureSession;
23 import android.hardware.camera2.CameraDevice;
24 import android.hardware.camera2.CaptureRequest;
AndroidCaptureResultProxy.java 19 import android.hardware.camera2.CaptureResult;
28 * Wraps a {@link android.hardware.camera2.CaptureResult} as a
CameraCaptureSessionClosedException.java 21 * camera2 API calls when the associated
22 * {@link android.hardware.camera2.CameraCaptureSession} is closed.
CaptureResultProxy.java 19 import android.hardware.camera2.CaptureResult;
28 * Interface for {@link android.hardware.camera2.CaptureResult}.
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.hardware.camera2.CaptureRequest.html 10 android.hardware.camera2.CaptureRequest
74 Class android.hardware.camera2.<A HREF="../../../../reference/android/hardware/camera2/CaptureRequest.html" target="_top"><font size="+2"><code>CaptureRequest</code></font></A>
86 <A NAME="android.hardware.camera2.CaptureRequest.isReprocess_added()"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CaptureRequest.html#isReprocess()" target="_top"><code>isReprocess</code></A>()</nobr>
102 <A NAME="android.hardware.camera2.CaptureRequest.REPROCESS_EFFECTIVE_EXPOSURE_FACTOR"></A>
103 <nobr><code>Key&lt;Float&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CaptureRequest.html#REPROCESS_EFFECTIVE_EXPOSURE_FACTOR" target="_top"><code>REPROCESS_EFFECTIVE_EXPOSURE_FACTOR</code></A></nobr>
109 <A NAME="android.hardware.camera2.CaptureRequest.TONEMAP_GAMMA"></A>
110 <nobr><code>Key&lt;Float&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CaptureRequest.html#TONEMAP_GAMMA" target="_top"><code>TONEMAP_GAMMA</code></A></nobr>
116 <A NAME="android.hardware.camera2.CaptureRequest.TONEMAP_PRESET_CURVE"></A
    [all...]
android.hardware.camera2.params.StreamConfigurationMap.html 10 android.hardware.camera2.params.StreamConfigurationMap
74 Class android.hardware.camera2.params.<A HREF="../../../../reference/android/hardware/camera2/params/StreamConfigurationMap.html" target="_top"><font size="+2"><code>StreamConfigurationMap</code></font></A>
86 <A NAME="android.hardware.camera2.params.StreamConfigurationMap.getHighResolutionOutputSizes_added(int)"></A>
87 <nobr><code>Size[]</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/params/StreamConfigurationMap.html#getHighResolutionOutputSizes(int)" target="_top"><code>getHighResolutionOutputSizes</code></A>(<code>int</code>)</nobr>
93 <A NAME="android.hardware.camera2.params.StreamConfigurationMap.getInputFormats_added()"></A>
94 <nobr><code>int[]</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/params/StreamConfigurationMap.html#getInputFormats()" target="_top"><code>getInputFormats</code></A>()</nobr>
100 <A NAME="android.hardware.camera2.params.StreamConfigurationMap.getInputSizes_added(int)"></A>
101 <nobr><code>Size[]</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/params/StreamConfigurationMap.html#getInputSizes(int)" target="_top"><code>getInputSizes</code></A>(<code>int</code>)</nobr>
107 <A NAME="android.hardware.camera2.params.StreamConfigurationMap.getValidOutputFormatsForInput_added(int)"></A
    [all...]
pkg_android.hardware.camera2.html 10 android.hardware.camera2
74 Package <A HREF="../../../../reference/android/hardware/camera2/package-summary.html" target="_top"><font size="+1"><code>android.hardware.camera2</code></font></A>
85 <nobr><A HREF="../../../../reference/android/hardware/camera2/CameraConstrainedHighSpeedCaptureSession.html" target="_top"><code>CameraConstrainedHighSpeedCaptureSession</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/hardware/camera2/CameraManager.TorchCallback.html" target="_top"><code>CameraManager.TorchCallback</code></A></nobr>
107 <nobr><A HREF="android.hardware.camera2.CameraAccessException.html">CameraAccessException</A></nobr>
114 <nobr><A HREF="android.hardware.camera2.CameraCaptureSession.html">CameraCaptureSession</A></nobr>
121 <nobr><A HREF="android.hardware.camera2.CameraCaptureSession.StateCallback.html">CameraCaptureSession.<br>StateCallback</A></nobr>
128 <nobr><A HREF="android.hardware.camera2.CameraCharacteristics.html">CameraCharacteristics</A></nobr>
135 <nobr><A HREF="android.hardware.camera2.CameraDevice.html">CameraDevice</A></nobr
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.h 31 namespace camera2 { namespace in namespace:android
69 } // namespace camera2
Camera2Heap.h 24 namespace camera2 { namespace in namespace:android
52 }; // namespace camera2
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
InvokeDispatcher.java 16 package android.hardware.camera2.dispatch;
18 import android.hardware.camera2.utils.UncheckedThrow;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsUncheckedThrowTest.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.utils.UncheckedThrow;
  /frameworks/base/tests/Camera2Tests/CameraToo/tests/
AndroidManifest.xml 20 package="com.example.android.camera2.cameratoo.tests">
27 android:targetPackage="com.example.android.camera2.cameratoo"
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilitiesFactory.java 17 package com.android.ex.camera2.portability;
21 import com.android.ex.camera2.portability.debug.Log;
  /frameworks/ex/camera2/portability/tests/
AndroidManifest.xml 20 package="com.android.ex.camera2.portability.tests">
26 android:targetPackage="com.android.ex.camera2.portability.tests" />
  /frameworks/ex/camera2/utils/tests/
Android.mk 18 LOCAL_PACKAGE_NAME := android-ex-camera2-utils-tests
22 LOCAL_STATIC_JAVA_LIBRARIES := android-ex-camera2-utils android-support-test mockito-target
AndroidManifest.xml 20 package="com.android.ex.camera2.utils.tests">
26 android:targetPackage="com.android.ex.camera2.utils.tests" />
  /hardware/libhardware/tests/camera2/
main.cpp 21 using android::camera2::tests::TestForkerEventListener;
22 using android::camera2::tests::TestSettings;
  /packages/apps/Camera2/src/com/android/camera/one/v2/
Camera2OneCameraOpenerImpl.java 21 import android.hardware.camera2.CameraAccessException;
22 import android.hardware.camera2.CameraCharacteristics;
23 import android.hardware.camera2.CameraDevice;
24 import android.hardware.camera2.CameraManager;
49 * The {@link com.android.camera.one.OneCameraOpener} implementation on top of Camera2 API.
73 Log.e(TAG, "camera2.CameraManager is not available.");
86 * Instantiates a new {@link com.android.camera.one.OneCameraOpener} for Camera2 API.
88 * @param cameraManager the underlying Camera2 camera manager.
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
MeteringParameters.java 20 import android.hardware.camera2.CaptureRequest;
21 import android.hardware.camera2.params.MeteringRectangle;
  /packages/apps/Camera2/src/com/android/camera/util/
CaptureDataSerializer.java 19 import android.hardware.camera2.CameraMetadata;
20 import android.hardware.camera2.CaptureRequest;
21 import android.hardware.camera2.CaptureResult;
22 import android.hardware.camera2.params.ColorSpaceTransform;
23 import android.hardware.camera2.params.LensShadingMap;
24 import android.hardware.camera2.params.RggbChannelVector;
25 import android.hardware.camera2.params.TonemapCurve;
43 * Can be used for debugging to output details about Camera2 capture request and
  /developers/build/prebuilts/gradle/Camera2Raw/
README.md 5 This sample demonstrates using the Camera2 API to capture a JPEG and RAW sensor frame.
14 The [Camera2 API][1] allows users to capture RAW images, i.e. unprocessed pixel data
17 [DngCreator][2] class is provided as part of the Camera2 API as a utility for saving
23 [1]: https://developer.android.com/reference/android/hardware/camera2/package-summary.html
24 [2]: https://developer.android.com/reference/android/hardware/camera2/DngCreator.html

Completed in 661 milliseconds

1 2 34 5 6 7 8 91011>>