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

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/permission/src/android/permission/cts/
Camera2PermissionTest.java 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
22 import android.hardware.camera2.CameraDevice;
23 import android.hardware.camera2.CameraManager;
29 import com.android.ex.camera2.blocking.BlockingCameraManager;
30 import com.android.ex.camera2.blocking.BlockingStateCallback;
33 * Tests for Camera2 API related Permissions. Currently, this means
56 * Set up the camera2 test case required environments, including CameraManager,
  /frameworks/base/core/java/android/hardware/camera2/
ICameraDeviceUser.aidl 17 package android.hardware.camera2;
19 import android.hardware.camera2.CaptureRequest;
20 import android.hardware.camera2.impl.CameraMetadataNative;
21 import android.hardware.camera2.params.OutputConfiguration;
22 import android.hardware.camera2.utils.LongParcelable;
29 * Keep up-to-date with frameworks/av/include/camera/camera2/ICameraDeviceUser.h and
30 * frameworks/base/core/java/android/hardware/camera2/legacy/CameraDeviceUserShim.java
CaptureRequest.aidl 17 package android.hardware.camera2;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.CameraCaptureSession;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.TotalCaptureResult;
31 * {@link android.hardware.camera2.CameraCaptureSession}.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 23 import android.hardware.camera2.ICameraDeviceCallbacks;
24 import android.hardware.camera2.ICameraDeviceUser;
25 import android.hardware.camera2.impl.CameraMetadataNative;
26 import android.hardware.camera2.impl.CaptureResultExtras;
27 import android.hardware.camera2.utils.BinderHolder;
28 import android.hardware.camera2.utils.CameraBinderDecorator;
38 * Junit / Instrumentation test case for the camera2 api
125 /** The camera2 api is only supported on HAL3.2+ devices */
133 fail("Camera service returned bad value when queried if it supports camera2 api: "
221 * android.hardware.camera2.ICameraDeviceCallbacks#onCameraError(int
    [all...]
  /developers/samples/android/media/Camera2Video/
template-params.xml 29 This sample demonstrates how to record video using Camera2 API.
50 <android>android.hardware.camera2.CameraCaptureSession</android>
51 <android>android.hardware.camera2.CameraDevice</android>
56 This sample shows how to record video using the new Camera2 API in Android Lollipop.
62 Android Lollipop introduced a new camera API, called camera2. This sample uses [CameraDevice][1]
88 [1]: https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html
89 [2]: http://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html
91 [4]: https://developer.android.com/reference/android/hardware/camera2/CameraDevice.StateCallback.html
92 [5]: http://developer.android.com/reference/android/hardware/camera2/CaptureRequest.Builder.html
93 [6]: http://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.StateCallback.htm
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CallbackProxies.java 16 package android.hardware.camera2.impl;
18 import android.hardware.camera2.CameraCaptureSession;
19 import android.hardware.camera2.CameraDevice;
20 import android.hardware.camera2.CaptureFailure;
21 import android.hardware.camera2.CaptureRequest;
22 import android.hardware.camera2.CaptureResult;
23 import android.hardware.camera2.TotalCaptureResult;
24 import android.hardware.camera2.dispatch.Dispatchable;
25 import android.hardware.camera2.dispatch.MethodNameInvoker;
31 * Proxy out invocations to the camera2 API callbacks into a {@link Dispatchable}
    [all...]
CameraMetadataNative.aidl 17 package android.hardware.camera2.impl;
CaptureResultExtras.aidl 17 package android.hardware.camera2.impl;
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.hardware.camera2.CameraManager.html 10 android.hardware.camera2.CameraManager
74 Class android.hardware.camera2.<A HREF="../../../../reference/android/hardware/camera2/CameraManager.html" target="_top"><font size="+2"><code>CameraManager</code></font></A>
86 <A NAME="android.hardware.camera2.CameraManager.registerTorchCallback_added(android.hardware.camera2.CameraManager.TorchCallback, android.os.Handler)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraManager.html#registerTorchCallback(android.hardware.camera2.CameraManager.TorchCallback, android.os.Handler)" target="_top"><code>registerTorchCallback</code></A>(<code>TorchCallback,</nobr> Handler<nobr><nobr></code>)</nobr>
93 <A NAME="android.hardware.camera2.CameraManager.setTorchMode_added(java.lang.String, boolean)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CameraManager.html#setTorchMode(java.lang.String, boolean)" target="_top"><code>setTorchMode</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>)</nobr>
100 <A NAME="android.hardware.camera2.CameraManager.unregisterTorchCallback_added(android.hardware.camera2.CameraManager.TorchCallback)" (…)
    [all...]
android.hardware.camera2.CaptureResult.html 10 android.hardware.camera2.CaptureResult
74 Class android.hardware.camera2.<A HREF="../../../../reference/android/hardware/camera2/CaptureResult.html" target="_top"><font size="+2"><code>CaptureResult</code></font></A>
87 <A NAME="android.hardware.camera2.CaptureResult.LENS_INTRINSIC_CALIBRATION"></A>
88 <nobr><code>Key&lt;float[]&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CaptureResult.html#LENS_INTRINSIC_CALIBRATION" target="_top"><code>LENS_INTRINSIC_CALIBRATION</code></A></nobr>
94 <A NAME="android.hardware.camera2.CaptureResult.LENS_POSE_ROTATION"></A>
95 <nobr><code>Key&lt;float[]&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CaptureResult.html#LENS_POSE_ROTATION" target="_top"><code>LENS_POSE_ROTATION</code></A></nobr>
101 <A NAME="android.hardware.camera2.CaptureResult.LENS_POSE_TRANSLATION"></A>
102 <nobr><code>Key&lt;float[]&gt;</code>&nbsp;<A HREF="../../../../reference/android/hardware/camera2/CaptureResult.html#LENS_POSE_TRANSLATION" target="_top"><code>LENS_POSE_TRANSLATION</code></A></nobr>
108 <A NAME="android.hardware.camera2.CaptureResult.LENS_RADIAL_DISTORTION"></A
    [all...]
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 17 package com.android.ex.camera2.portability;
19 import static android.hardware.camera2.CaptureRequest.*;
25 import android.hardware.camera2.CameraAccessException;
26 import android.hardware.camera2.CameraCharacteristics;
27 import android.hardware.camera2.CameraDevice;
28 import android.hardware.camera2.CameraManager;
29 import android.hardware.camera2.CaptureRequest;
31 import com.android.ex.camera2.portability.CameraCapabilities.FlashMode;
32 import com.android.ex.camera2.portability.CameraCapabilities.FocusMode;
33 import com.android.ex.camera2.portability.CameraCapabilities.SceneMode
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
InputConfiguration.java 17 package android.hardware.camera2.params;
19 import android.hardware.camera2.utils.HashCodeHelpers;
25 * @see android.hardware.camera2.CameraDevice#createReprocessableCaptureSession
26 * @see android.hardware.camera2.CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP
38 * {@link android.hardware.camera2.CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP}
47 * @see android.hardware.camera2.CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP
OutputConfiguration.aidl 17 package android.hardware.camera2.params;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraSessionUtils.java 16 package android.hardware.camera2.cts.helpers;
18 import android.hardware.camera2.CameraAccessException;
19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraDevice;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.TotalCaptureResult;
24 import android.hardware.camera2.cts.CameraTestUtils;
30 import com.android.ex.camera2.blocking.BlockingCaptureCallback;
31 import com.android.ex.camera2.blocking.BlockingSessionCallback
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
ScriptYuvToRgb.java 16 package android.hardware.camera2.cts.rs;
18 import static android.hardware.camera2.cts.helpers.Preconditions.*;
22 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
ScriptYuvMeans2dTo1d.java 17 package android.hardware.camera2.cts.rs;
19 import static android.hardware.camera2.cts.helpers.Preconditions.*;
24 import android.hardware.camera2.cts.ScriptC_means_yuvx_444_2d_to_1d;
25 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsRuntimeExceptionTest.java 19 import android.hardware.camera2.CameraAccessException;
20 import android.hardware.camera2.utils.CameraRuntimeException;
21 import android.hardware.camera2.utils.UncheckedThrow;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 22 import android.hardware.camera2.CameraAccessException;
23 import android.hardware.camera2.CameraCharacteristics;
24 import android.hardware.camera2.CameraDevice;
25 import android.hardware.camera2.CameraCaptureSession;
26 import android.hardware.camera2.CameraManager;
27 import android.hardware.camera2.CaptureFailure;
28 import android.hardware.camera2.CaptureRequest;
29 import android.hardware.camera2.CaptureResult;
30 import android.hardware.camera2.TotalCaptureResult;
39 import com.android.ex.camera2.blocking.BlockingCameraManager
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListenerBroadcaster.java 19 import android.hardware.camera2.CaptureFailure;
20 import android.hardware.camera2.CaptureResult;
21 import android.hardware.camera2.TotalCaptureResult;
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestVideoProvider.java 19 import com.android.ex.camera2.blocking.BlockingCameraManager;
20 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
21 import com.android.ex.camera2.blocking.BlockingSessionCallback;
27 import android.hardware.camera2.CameraAccessException;
28 import android.hardware.camera2.CameraCaptureSession;
29 import android.hardware.camera2.CameraCharacteristics;
30 import android.hardware.camera2.CameraDevice;
31 import android.hardware.camera2.CameraManager;
32 import android.hardware.camera2.CaptureFailure;
33 import android.hardware.camera2.CaptureRequest
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 17 package android.hardware.camera2.cts.testcases;
19 import static android.hardware.camera2.cts.CameraTestUtils.*;
20 import static com.android.ex.camera2.blocking.BlockingSessionCallback.*;
21 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
28 import android.hardware.camera2.CameraCaptureSession;
29 import android.hardware.camera2.CameraCaptureSession.CaptureCallback;
30 import android.hardware.camera2.CameraDevice;
31 import android.hardware.camera2.CameraManager;
32 import android.hardware.camera2.CaptureRequest;
33 import android.hardware.camera2.cts.Camera2MultiViewCtsActivity
    [all...]
  /developers/samples/android/media/HdrViewfinder/
template-params.xml 52 <android>android.hardware.camera2.CameraAccessException</android>
53 <android>android.hardware.camera2.CameraCaptureSession</android>
54 <android>android.hardware.camera2.CameraCharacteristics</android>
55 <android>android.hardware.camera2.CameraDevice</android>
56 <android>android.hardware.camera2.CameraManager</android>
57 <android>android.hardware.camera2.CaptureRequest</android>
58 <android>android.hardware.camera2.CaptureResult</android>
59 <android>android.hardware.camera2.TotalCaptureResult</android>
72 A small demo of advanced camera functionality with the Android camera2 API.
  /external/ceres-solver/internal/ceres/
visibility.cc 118 set<int>::const_iterator camera2 = camera1; local
119 for (++camera2; camera2 != inverse_visibility_set.end(); ++camera2) {
120 ++(camera_pairs[make_pair(*camera1, *camera2)]);
141 const int camera2 = it->first.second; local
142 CHECK_NE(camera1, camera2);
148 visibility[camera1].size() * visibility[camera2].size())));
149 graph->AddEdge(camera1, camera2, weight);
  /frameworks/base/core/java/android/hardware/
ICameraService.aidl 21 import android.hardware.camera2.ICameraDeviceUser;
22 import android.hardware.camera2.ICameraDeviceCallbacks;
23 import android.hardware.camera2.impl.CameraMetadataNative;
24 import android.hardware.camera2.utils.BinderHolder;

Completed in 671 milliseconds

1 23 4 5 6 7 8 91011>>