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

1 2

  /device/htc/flounder/
nvcamera.conf 7 camera1=/dev/ov9760,front,270,mono // front camera
  /external/ceres-solver/internal/ceres/
visibility.cc 115 for (set<int>::const_iterator camera1 = inverse_visibility_set.begin();
116 camera1 != inverse_visibility_set.end();
117 ++camera1) {
118 set<int>::const_iterator camera2 = camera1;
120 ++(camera_pairs[make_pair(*camera1, *camera2)]);
140 const int camera1 = it->first.first; 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/camera2/legacy/
LegacyRequest.java 27 * Hold important data necessary to build the camera1 parameters up from a capture request.
45 * @param parameters the initial camera1 parameter state; (copied) can be mutated
LegacyFaceDetectMapper.java 66 * @param camera a non-{@code null} camera1 device
67 * @param characteristics a non-{@code null} camera characteristics for that camera1
114 * will have the latest faces detected as reflected by the camera1 callbacks.</p>
198 * {@link #mapResultFaces} will have the latest faces as reflected by the camera1 callbacks.</p>
246 Log.w(TAG, "mapResultFaces - read NULL face from camera1 device");
LegacyFocusStateMapper.java 58 * @param camera a non-{@code null} camera1 device
67 * Process the AF triggers from the request as a camera1 autofocus routine.
73 * will have the latest AF state as reflected by the camera1 callbacks.</p>
279 * will have the latest AF state as reflected by the camera1 callbacks.</p>
CaptureCollector.java 297 * For requests that use the Camera1 API preview output stream, this will block if there are
299 * completed). For requests that use the Camera1 API jpeg callbacks, this will block until
385 * Wait all queued requests that use the Camera1 API preview output to complete.
501 * Check if there are any pending capture requests that use the Camera1 API preview output.
LegacyMetadataMapper.java 258 * Implementation-defined (preview, recording, etc) -> use camera1 preview sizes
259 * YUV_420_888 cpu callbacks -> use camera1 preview sizes
260 * Other preview callbacks (CPU) -> use camera1 preview sizes
261 * JPEG still capture -> use camera1 still capture sizes
    [all...]
RequestThreadManager.java 197 Log.e(TAG, "Received error " + i + " from the Camera1 ErrorCallback");
752 // the Camera1 API configured preview size
762 // If the parameters have changed, set them in the Camera1 API.
    [all...]
CameraDeviceUserShim.java 53 * the Camera1 API.
LegacyRequestMapper.java 250 if (awbMode != null) { // null iff AWB is not supported by camera1 api
LegacyResultMapper.java 480 // OK: camera1 api may not support changing WB modes; assume AUTO
ParameterUtils.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 53 * method for the camera1 api.
70 // Count sizes with height <= 1080p to mimic camera1 api behavior.
  /packages/apps/Camera2/src/com/android/camera/device/
CameraId.java 23 * Identifier for Camera1 and Camera2 camera devices.
106 // created from any Camera1 id.
  /packages/apps/Camera2/src/com/android/camera/one/v1/
LegacyOneCameraOpenerImpl.java 41 * Instantiates a new {@link com.android.camera.one.OneCameraOpener} for Camera1 API.
LegacyOneCameraManagerImpl.java 92 * Instantiates a new {@link com.android.camera.one.OneCameraManager} for Camera1 API.
OneCameraCharacteristicsImpl.java 34 * Describes a OneCamera device which is on top of camera1 API.
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
Camera1Activity.java 26 * Activity implementing basic access of the Camera1 API.
CameraEvictionTest.java 148 * Test basic eviction scenarios for the Camera1 API.
152 // Open a camera1 client in the main CTS process's activity
  /frameworks/base/core/java/android/hardware/
ICameraService.aidl 69 // Writes the camera1 parameters into a single-element array.
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 40 * corresponding camera2 enums, not the camera1 strings. A few are defined here
293 // Static methods for debugging and converting between camera1 and camera2
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 142 /** The camera1 api is supported on *all* devices regardless of HAL version */
149 "Camera service returned bad value when queried if it supports camera1 api: "
  /frameworks/base/tests/RenderScriptTests/SceneGraph/assets/
orientation_test.dae 613 <node id="camera1" name="camera1">
622 <originalMayaNodeId>camera1</originalMayaNodeId>
    [all...]
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 259 // We only care about binder calls for the Camera2 API. Camera1 is deprecated.
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 369 Log.i(TAG, "Opening camera " + cameraId + " with camera1 API");
    [all...]

Completed in 6534 milliseconds

1 2