Searched refs:focalLength (Results 1 – 6 of 6) sorted by relevance
238 float focalLength = focalLengthPixels(mFovDegrees, dstWidth); in drawContents() local239 float dx = markerX / markerZ * focalLength; in drawContents()
119 public final String focalLength; field in ExifInterfaceTest.ExpectedValue174 focalLength = getString(typedArray, index++); in ExpectedValue()320 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
629 for(float focalLength : focalLengths) { in focalLengthTestByCamera()631 previewRequest.set(CaptureRequest.LENS_FOCAL_LENGTH, focalLength); in focalLengthTestByCamera()641 stillRequest.set(CaptureRequest.LENS_FOCAL_LENGTH, focalLength); in focalLengthTestByCamera()
936 Float focalLength = totalCaptureResult.get(CaptureResult.LENS_FOCAL_LENGTH); in validatePhysicalCamerasFov() local940 float fov = cropRegion.width() / (2 * focalLength); in validatePhysicalCamerasFov()
2300 for (float focalLength : focalLengths) { in matchParametersToCharacteritics()2301 if (Math.abs(focalLength - legacyFocalLength) <= FOCAL_LENGTH_TOLERANCE) { in matchParametersToCharacteritics()
703 float focalLength = parameters.getFocalLength(); in assertParameters() local725 assertTrue(focalLength == -1.0 || focalLength > 0); in assertParameters()731 assertTrue(focalLength > 0); in assertParameters()960 double focalLength = parameters.getFocalLength(); in testJpegExifByCamera() local985 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()