/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 | 303 * For requests that use the Camera1 API preview output stream, this will block if there are 305 * completed). For requests that use the Camera1 API jpeg callbacks, this will block until 391 * Wait all queued requests that use the Camera1 API preview output to complete. 507 * Check if there are any pending capture requests that use the Camera1 API preview output.
|
LegacyMetadataMapper.java | 260 * Implementation-defined (preview, recording, etc) -> use camera1 preview sizes 261 * YUV_420_888 cpu callbacks -> use camera1 preview sizes 262 * Other preview callbacks (CPU) -> use camera1 preview sizes 263 * JPEG still capture -> use camera1 still capture sizes [all...] |
RequestThreadManager.java | 197 Log.e(TAG, "Received error " + i + " from the Camera1 ErrorCallback"); 765 // the Camera1 API configured preview size [all...] |
LegacyRequestMapper.java | 251 if (awbMode != null) { // null iff AWB is not supported by camera1 api
|
LegacyResultMapper.java | 482 // OK: camera1 api may not support changing WB modes; assume AUTO
|
CameraDeviceUserShim.java | 56 * the Camera1 API.
|
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/camera/src/android/hardware/multiprocess/camera/cts/ |
Camera1Activity.java | 25 * Activity implementing basic access of the Camera1 API.
|
CameraEvictionTest.java | 147 * Test basic eviction scenarios for the Camera1 API. 269 * Test basic eviction scenarios for Camera1 API. 279 // Open a camera1 client in the main CTS process's activity
|
/frameworks/av/camera/aidl/android/hardware/ |
ICameraService.aidl | 124 * Read the legacy camera1 parameters into a String
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 40 * corresponding camera2 enums, not the camera1 strings. A few are defined here 292 // Static methods for debugging and converting between camera1 and camera2
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTest.java | 126 /** The camera1 api is supported on *all* devices regardless of HAL version */ 133 "Camera service returned false when queried if it supports camera1 api " +
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
VideoCapturerAndroidTest.java | 52 // some high resolutions that are not supported in camera1, but it may also be the other way
|
/frameworks/av/camera/tests/ |
CameraBinderTests.cpp | 315 // 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...] |