HomeSort by relevance Sort by last modified time
    Searched defs:focalLength (Results 1 - 22 of 22) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.h 51 float focalLength;
fimc-is-metadata.h 62 float focalLength;
71 float focalLength;
  /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/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");
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /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/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.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...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 605 float focalLength = parameters.getFocalLength();
623 assertTrue(focalLength > 0);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 222 rat_t focalLength;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI.h 223 rat_t focalLength;
QCameraHWI_Parm.cpp     [all...]
QualcommCameraHardware.cpp     [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 75 float focalLength;
84 float focalLength;
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]

Completed in 464 milliseconds