Searched refs:focalLength (Results 1 – 7 of 7) sorted by relevance
175 float focalLength = 4.5f; // mm, default from Nexus 6P in getFieldOfView() local178 focalLength); in getFieldOfView()180 focalLength = availableFocalLengths[0]; in getFieldOfView()201 2 * Math.atan(physicalSize.getWidth() * activeWidthFraction / 2 / focalLength)); in getFieldOfView()203 2 * Math.atan(physicalSize.getHeight() * activeHeightFraction / 2 / focalLength)); in getFieldOfView()
87 private float focalLength; field in ZInterpolator90 focalLength = foc; in ZInterpolator()94 return (1.0f - focalLength / (focalLength + input)) / in getInterpolation()95 (1.0f - focalLength / (focalLength + 1.0f)); in getInterpolation()
161 Float focalLength = result.get(CaptureResult.LENS_FOCAL_LENGTH);162 addExifTag(ExifInterface.TAG_FOCAL_LENGTH, rational(focalLength, FOCAL_LENGTH_PRECISION));
1777 private float focalLength; field in PhotoView.MyGestureListener.ZInterpolator1780 focalLength = foc; in ZInterpolator()1784 return (1.0f - focalLength / (focalLength + input)) / in getInterpolation()1785 (1.0f - focalLength / (focalLength + 1.0f)); in getInterpolation()
218 double focalLength = Double.parseDouble(detail.getValue().toString()); in setDetails() local219 value = toLocalNumber(focalLength); in setDetails()
171 double focalLength = Double.parseDouble(detail.getValue().toString());172 value = toLocalNumber(focalLength);
1463 private float focalLength;1466 focalLength = foc;1470 return (1.0f - focalLength / (focalLength + input)) /1471 (1.0f - focalLength / (focalLength + 1.0f));