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

1 2

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.h 51 float focalLength;
ExynosCamera2.cpp 196 focalLength = 3.43f;
287 focalLength = 2.73f;
408 &m_curCameraInfo->focalLength, 1);
716 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &m_curCameraInfo->focalLength, 1);
fimc-is-metadata.h 62 float focalLength;
71 float focalLength;
  /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,
  /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/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 162 double focalLength = exif.getAttributeDouble(ExifInterface.TAG_FOCAL_LENGTH, 0);
212 append(focalLength).append("\n");
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java 477 private float focalLength;
480 focalLength = foc;
484 return (1.0f - focalLength / (focalLength + input)) /
485 (1.0f - focalLength / (focalLength + 1.0f));
    [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 75 float focalLength;
84 float focalLength;
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 483 static const float focalLength = 5.0f;
484 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
    [all...]
EmulatedFakeCamera2.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 222 rat_t focalLength;
  /device/lge/mako/camera/
QCameraHWI.h 223 rat_t focalLength;
QCameraHWI_Parm.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]

Completed in 739 milliseconds

1 2