/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 | 67 * @param camera a non-{@code null} camera1 device 68 * @param characteristics a non-{@code null} camera characteristics for that camera1 115 * will have the latest faces detected as reflected by the camera1 callbacks.</p> 199 * {@link #mapResultFaces} will have the latest faces as reflected by the camera1 callbacks.</p> 247 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 | 259 * Implementation-defined (preview, recording, etc) -> use camera1 preview sizes 260 * YUV_420_888 cpu callbacks -> use camera1 preview sizes 261 * Other preview callbacks (CPU) -> use camera1 preview sizes 262 * JPEG still capture -> use camera1 still capture sizes 624 if (supportedSceneModes == null) { // camera1 doesn't support scene mode settings [all...] |
RequestThreadManager.java | 189 Log.e(TAG, "Received error " + i + " from the Camera1 ErrorCallback"); 708 // the Camera1 API configured preview size 718 // If the parameters have changed, set them in the Camera1 API. [all...] |
CameraDeviceUserShim.java | 52 * the Camera1 API.
|
LegacyRequestMapper.java | 249 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...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
LegacyVendorTags.java | 34 * Hidden enum for scene modes supported only by the Camera1 API.
|
AndroidCameraAgentImpl.java | 338 Log.i(TAG, "Opening camera " + cameraId + " with camera1 API"); [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModuleUtil.java | 53 * method for the camera1 api. 60 // Count sizes with height <= 1080p to mimic camera1 api behavior.
|
/frameworks/base/core/java/android/hardware/ |
ICameraService.aidl | 73 // Writes the camera1 parameters into a single-element array.
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 38 * corresponding camera2 enums, not the camera1 strings. A few are defined here 289 // Static methods for debugging and converting between camera1 and camera2
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTest.java | 141 /** The camera1 api is supported on *all* devices regardless of HAL version */ 148 "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...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |