Searched refs:focalLength (Results 1 – 5 of 5) sorted by relevance
180 float focalLength = 4.5f; // mm, default from Nexus 6P in getFieldOfView() local183 focalLength); in getFieldOfView()185 focalLength = availableFocalLengths[0]; in getFieldOfView()206 2 * Math.atan(physicalSize.getWidth() * activeWidthFraction / 2 / focalLength)); in getFieldOfView()208 2 * Math.atan(physicalSize.getHeight() * activeHeightFraction / 2 / focalLength)); in getFieldOfView()
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()
161 Float focalLength = result.get(CaptureResult.LENS_FOCAL_LENGTH);162 addExifTag(ExifInterface.TAG_FOCAL_LENGTH, rational(focalLength, FOCAL_LENGTH_PRECISION));
171 double focalLength = Double.parseDouble(detail.getValue().toString());172 value = toLocalNumber(focalLength);