HomeSort by relevance Sort by last modified time
    Searched refs:focalLength (Results 1 - 25 of 36) sorted by null

1 2

  /external/opencv/cv/src/
cvposit.cpp 113 float focalLength, CvTermCriteria criteria,
120 float inv_focalLength = 1 / focalLength;
133 if( focalLength <= 0 )
353 double focalLength, CvTermCriteria criteria,
360 IPPI_CALL( icvPOSIT( pObject, imagePoints,(float) focalLength, criteria,
  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 87 private float focalLength;
90 focalLength = foc;
94 return (1.0f - focalLength / (focalLength + input)) /
95 (1.0f - focalLength / (focalLength + 1.0f));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 238 float focalLength = focalLengthPixels(mFovDegrees, dstWidth);
239 float dx = markerX / markerZ * focalLength;
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 161 Float focalLength = result.get(CaptureResult.LENS_FOCAL_LENGTH);
162 addExifTag(ExifInterface.TAG_FOCAL_LENGTH, rational(focalLength, FOCAL_LENGTH_PRECISION));
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 127 static float focalLength = 0.0f;
130 (void *)&focalLength);
132 &focalLength, 1);
435 static const float focalLength = 5.0f;
436 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 171 double focalLength = Double.parseDouble(detail.getValue().toString());
172 value = toLocalNumber(focalLength);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 218 double focalLength = Double.parseDouble(detail.getValue().toString());
219 value = toLocalNumber(focalLength);
PhotoView.java     [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 183 double focalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, 0);
233 append(focalLength).append("\n");
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 413 static const float focalLength = 5.0f;
414 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
    [all...]
EmulatedFakeCamera2.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyMetadataMapper.java     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 233 rat_t focalLength;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 176 rat_t focalLength;
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 629 float focalLength = parameters.getFocalLength();
647 assertTrue(focalLength > 0);
    [all...]

Completed in 728 milliseconds

1 2