Searched refs:focalLength (Results 1 – 9 of 9) sorted by relevance
269 float focalLength = Float.NaN; in bufferFormatZoomTestByCamera() local271 focalLength = lensIntrinsicCalibration[0]; in bufferFormatZoomTestByCamera()281 float opticalZoomApplied = (focalLength / lastFocalLength); in bufferFormatZoomTestByCamera()295 lastFocalLength = focalLength; in bufferFormatZoomTestByCamera()
762 for(float focalLength : focalLengths) { in focalLengthTestByCamera()764 previewRequest.set(CaptureRequest.LENS_FOCAL_LENGTH, focalLength); in focalLengthTestByCamera()784 stillRequest.set(CaptureRequest.LENS_FOCAL_LENGTH, focalLength); in focalLengthTestByCamera()
1039 Float focalLength = totalCaptureResult.get(CaptureResult.LENS_FOCAL_LENGTH); in validatePhysicalCamerasFov() local1054 (2 * zoomRatio * activeArraySize.width()), focalLength)); in validatePhysicalCamerasFov()
153 for (float focalLength : focalLengths) { in matchParametersToCharacteristics()154 if (Math.abs(focalLength - legacyFocalLength) <= FOCAL_LENGTH_TOLERANCE) { in matchParametersToCharacteristics()
262 float focalLength = focalLengthPixels(mFovDegrees, dstWidth); in drawContents() local263 float dx = markerX / markerZ * focalLength; in drawContents()
157 public final String focalLength; field in ExifInterfaceTest.ExpectedValue217 focalLength = getString(typedArray, index++); in ExpectedValue()379 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
737 float focalLength = parameters.getFocalLength(); in assertParameters() local759 assertTrue(focalLength == -1.0 || focalLength > 0); in assertParameters()765 assertTrue(focalLength > 0); in assertParameters()992 double focalLength = parameters.getFocalLength(); in testJpegExifByCamera() local1017 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()
3539 for (float focalLength : supportedFocalLengths) { in getAvailableFocalLengthsForResult()3540 focalLengths.add(focalLength); in getAvailableFocalLengthsForResult()3561 for (float focalLength: focalLengthsArray) { in getAvailableFocalLengthsForResult()3562 focalLengths.add(focalLength); in getAvailableFocalLengthsForResult()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...