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

12 3 4 5 6 7 8 91011>>

  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2CaptureCallbackForwarder.java 17 package com.android.ex.camera2.utils;
19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraCaptureSession.CaptureCallback;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.TotalCaptureResult;
Camera2CaptureCallbackSplitter.java 17 package com.android.ex.camera2.utils;
19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraCaptureSession.CaptureCallback;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.TotalCaptureResult;
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListener.java 19 import android.hardware.camera2.CaptureFailure;
20 import android.hardware.camera2.CaptureResult;
21 import android.hardware.camera2.TotalCaptureResult;
24 * Like {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback},
35 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureStarted}
45 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureProgressed}
55 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureCompleted}
65 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureFailed}
75 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureSequenceAborted}
85 * @See {@link android.hardware.camera2.CameraCaptureSession.CaptureCallback#onCaptureSequenceCompleted
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
package.html 17 <p>The android.hardware.camera2 package provides an interface to
31 {@link android.hardware.camera2.CameraManager} instance.</p>
33 <p>Individual {@link android.hardware.camera2.CameraDevice
37 {@link android.hardware.camera2.CameraCharacteristics} object, and is
39 android.hardware.camera2.CameraManager#getCameraCharacteristics}</p>
43 android.hardware.camera2.CameraCaptureSession camera capture session}
46 android.hardware.camera2.CameraDevice#createCaptureSession}. Each
48 android.hardware.camera2.params.StreamConfigurationMap appropriate
61 RAW buffers for {@link android.hardware.camera2.DngCreator} can be
73 android.hardware.camera2.CaptureRequest}, which defines all th
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableRect.java 16 package android.hardware.camera2.marshal.impl;
19 import android.hardware.camera2.marshal.Marshaler;
20 import android.hardware.camera2.marshal.MarshalQueryable;
21 import android.hardware.camera2.utils.TypeReference;
25 import static android.hardware.camera2.impl.CameraMetadataNative.*;
26 import static android.hardware.camera2.marshal.MarshalHelpers.*;
MarshalQueryableReprocessFormatsMap.java 16 package android.hardware.camera2.marshal.impl;
18 import android.hardware.camera2.marshal.Marshaler;
19 import android.hardware.camera2.marshal.MarshalQueryable;
20 import android.hardware.camera2.params.ReprocessFormatsMap;
21 import android.hardware.camera2.params.StreamConfigurationMap;
22 import android.hardware.camera2.utils.TypeReference;
24 import static android.hardware.camera2.impl.CameraMetadataNative.*;
25 import static android.hardware.camera2.marshal.MarshalHelpers.*;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
CameraCaptureSessionProxy.java 21 import android.hardware.camera2.CameraAccessException;
22 import android.hardware.camera2.CaptureFailure;
23 import android.hardware.camera2.CaptureRequest;
24 import android.hardware.camera2.CaptureResult;
25 import android.hardware.camera2.TotalCaptureResult;
31 * Interface for {@link android.hardware.camera2.CameraCaptureSession}.
CameraDeviceProxy.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CaptureRequest;
32 * Interface for {@link android.hardware.camera2.CameraDevice}.
CameraDeviceRequestBuilderFactory.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CameraDevice;
25 * Wraps {@link android.hardware.camera2.CameraDevice} to create
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.hardware.camera2.CameraDevice.html 10 android.hardware.camera2.CameraDevice
74 Class android.hardware.camera2.<A HREF="../../../../reference/android/hardware/camera2/CameraDevice.html" target="_top"><font size="+2"><code>CameraDevice</code></font></A>
86 <A NAME="android.hardware.camera2.CameraDevice.createConstrainedHighSpeedCaptureSession_added(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession.StateCallback, android.os.Handler)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraDevice.html#createConstrainedHighSpeedCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession.StateCallback, android.os.Handler)" target="_top"><code>createConstrainedHighSpeedCaptureSession</code></A>(<code>List&lt;Surface&gt;,</nobr> StateCallback<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
93 <A NAME="android.hardware.camera2.CameraDevice.createReprocessCaptureRequest_added(android.hardware.camera2.TotalCaptureResult)"></A>
94 <nobr><code>Builder</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraDevice.html#createReprocessCaptureRequest(android.hardware.camera2.TotalCaptureResult)" targ (…)
    [all...]
android.hardware.camera2.CameraCharacteristics.html 10 android.hardware.camera2.CameraCharacteristics
74 Class android.hardware.camera2.<A HREF="../../../../reference/android/hardware/camera2/CameraCharacteristics.html" target="_top"><font size="+2"><code>CameraCharacteristics</code></font></A>
87 <A NAME="android.hardware.camera2.CameraCharacteristics.CONTROL_AE_LOCK_AVAILABLE"></A>
88 <nobr><code>Key&lt;Boolean&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraCharacteristics.html#CONTROL_AE_LOCK_AVAILABLE" target="_top"><code>CONTROL_AE_LOCK_AVAILABLE</code></A></nobr>
94 <A NAME="android.hardware.camera2.CameraCharacteristics.CONTROL_AVAILABLE_MODES"></A>
95 <nobr><code>Key&lt;int[]&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraCharacteristics.html#CONTROL_AVAILABLE_MODES" target="_top"><code>CONTROL_AVAILABLE_MODES</code></A></nobr>
101 <A NAME="android.hardware.camera2.CameraCharacteristics.CONTROL_AWB_LOCK_AVAILABLE"></A>
102 <nobr><code>Key&lt;Boolean&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraCharacteristics.html#CONTROL_AWB_LOCK_AVAILABLE" target="_top"><code>CONTROL_AWB_LOCK_AVAILABLE</code></A></nobr>
108 <A NAME="android.hardware.camera2.CameraCharacteristics.DEPTH_DEPTH_IS_EXCLUSIVE"></A
    [all...]
android.hardware.camera2.CameraMetadata.html 10 android.hardware.camera2.CameraMetadata
74 Class android.hardware.camera2.<A HREF="../../../../reference/android/hardware/camera2/CameraMetadata.html" target="_top"><font size="+2"><code>CameraMetadata</code></font></A>
87 <A NAME="android.hardware.camera2.CameraMetadata.CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraMetadata.html#CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL" target="_top"><code>CONTROL_AE_PRECAPTURE_TRIGGER_CANCEL</code></A></nobr>
94 <A NAME="android.hardware.camera2.CameraMetadata.EDGE_MODE_ZERO_SHUTTER_LAG"></A>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraMetadata.html#EDGE_MODE_ZERO_SHUTTER_LAG" target="_top"><code>EDGE_MODE_ZERO_SHUTTER_LAG</code></A></nobr>
101 <A NAME="android.hardware.camera2.CameraMetadata.LENS_FACING_EXTERNAL"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraMetadata.html#LENS_FACING_EXTERNAL" target="_top"><code>LENS_FACING_EXTERNAL</code></A></nobr>
108 <A NAME="android.hardware.camera2.CameraMetadata.NOISE_REDUCTION_MODE_MINIMAL"></A
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 33 namespace camera2 { namespace in namespace:android
116 camera2::SharedParameters& getParameters();
125 wp<camera2::FrameProcessor::FilteredListener> listener,
128 wp<camera2::FrameProcessor::FilteredListener> listener);
133 status_t createJpegStreamL(camera2::Parameters &params);
156 typedef camera2::Parameters Parameters;
179 camera2::SharedParameters mParameters;
192 sp<camera2::FrameProcessor> mFrameProcessor;
197 sp<camera2::StreamingProcessor> mStreamingProcessor;
201 sp<camera2::CallbackProcessor> mCallbackProcessor
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessorInterface.cpp 20 namespace camera2 { namespace in namespace:android
26 }; //namespace camera2
  /frameworks/ex/camera2/portability/
portability.mk 18 LOCAL_MODULE := android-ex-camera2-portability
22 LOCAL_STATIC_JAVA_LIBRARIES := android-ex-camera2-utils
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCaptureCallback.java 16 package com.android.ex.camera2.blocking;
18 import android.hardware.camera2.CameraCaptureSession;
19 import android.hardware.camera2.CaptureFailure;
20 import android.hardware.camera2.CaptureRequest;
21 import android.hardware.camera2.CaptureResult;
22 import android.hardware.camera2.TotalCaptureResult;
25 import com.android.ex.camera2.utils.StateChangeListener;
26 import com.android.ex.camera2.utils.StateWaiter;
  /packages/apps/Camera2/
Android.mk 8 LOCAL_STATIC_JAVA_LIBRARIES += android-ex-camera2-portability
29 LOCAL_PACKAGE_NAME := Camera2
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans1d.java 17 package android.hardware.camera2.cts.rs;
19 import static android.hardware.camera2.cts.helpers.Preconditions.*;
22 import android.hardware.camera2.cts.ScriptC_means_yuvx_444_1d_to_single;
23 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
  /frameworks/ex/camera2/portability/tests/
Android.mk 18 LOCAL_PACKAGE_NAME := android-ex-camera2-portability-tests
22 LOCAL_STATIC_JAVA_LIBRARIES := android-ex-camera2-portability android-ex-camera2-utils \
  /packages/apps/Camera2/src/com/android/camera/device/
Camera2ActionProvider.java 19 import android.hardware.camera2.CameraDevice;
20 import android.hardware.camera2.CameraManager;
29 * a Camera2 API camera device.
  /packages/apps/Camera2/src/com/android/camera/one/
CameraDirectionProvider.java 19 import android.hardware.camera2.CameraCharacteristics;
20 import android.hardware.camera2.CameraMetadata;
23 * Provides the camera orientation based on the given Camera2 characteristics.
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
TimestampResponseListener.java 19 import android.hardware.camera2.CaptureFailure;
20 import android.hardware.camera2.CaptureResult;
21 import android.hardware.camera2.TotalCaptureResult;
  /packages/apps/Camera2/src/com/android/camera/stats/
Camera2FaceProxy.java 20 import android.hardware.camera2.params.Face;
23 * Wraps the Camera2 required class to insulate Kit-Kat devices from Camera2 API
  /developers/build/prebuilts/gradle/Camera2Basic/
README.md 5 This sample demonstrates how to use basic functionalities of Camera2
13 The [Camera2 API][1] provides an interface to individual camera
34 [1]: https://developer.android.com/reference/android/hardware/camera2/package-summary.html
35 [2]: https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraIdList()
36 [3]: https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraCharacteristics(java.lang.String)
37 [4]: https://developer.android.com/reference/android/hardware/camera2/CameraDevice.StateCallback.html
38 [5]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html
39 [6]: https://developer.android.com/reference/android/hardware/camera2/CaptureRequest.html
40 [7]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html#capture(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession.CaptureCallback, android.os.Handler
    [all...]
  /developers/samples/android/media/Camera2Basic/
README.md 5 This sample demonstrates how to use basic functionalities of Camera2
13 The [Camera2 API][1] provides an interface to individual camera
34 [1]: https://developer.android.com/reference/android/hardware/camera2/package-summary.html
35 [2]: https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraIdList()
36 [3]: https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraCharacteristics(java.lang.String)
37 [4]: https://developer.android.com/reference/android/hardware/camera2/CameraDevice.StateCallback.html
38 [5]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html
39 [6]: https://developer.android.com/reference/android/hardware/camera2/CaptureRequest.html
40 [7]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html#capture(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession.CaptureCallback, android.os.Handler
    [all...]

Completed in 1788 milliseconds

12 3 4 5 6 7 8 91011>>