Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 9 of 9) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DZoomCaptureTest.java269 float focalLength = Float.NaN; in bufferFormatZoomTestByCamera() local
271 focalLength = lensIntrinsicCalibration[0]; in bufferFormatZoomTestByCamera()
281 float opticalZoomApplied = (focalLength / lastFocalLength); in bufferFormatZoomTestByCamera()
295 lastFocalLength = focalLength; in bufferFormatZoomTestByCamera()
DStillCaptureTest.java762 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()
DLogicalCameraDeviceTest.java1039 Float focalLength = totalCaptureResult.get(CaptureResult.LENS_FOCAL_LENGTH); in validatePhysicalCamerasFov() local
1054 (2 * zoomRatio * activeArraySize.width()), focalLength)); in validatePhysicalCamerasFov()
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java153 for (float focalLength : focalLengths) { in matchParametersToCharacteristics()
154 if (Math.abs(focalLength - legacyFocalLength) <= FOCAL_LENGTH_TOLERANCE) { in matchParametersToCharacteristics()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java262 float focalLength = focalLengthPixels(mFovDegrees, dstWidth); in drawContents() local
263 float dx = markerX / markerZ * focalLength; in drawContents()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java157 public final String focalLength; field in ExifInterfaceTest.ExpectedValue
217 focalLength = getString(typedArray, index++); in ExpectedValue()
379 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java737 float focalLength = parameters.getFocalLength(); in assertParameters() local
759 assertTrue(focalLength == -1.0 || focalLength > 0); in assertParameters()
765 assertTrue(focalLength > 0); in assertParameters()
992 double focalLength = parameters.getFocalLength(); in testJpegExifByCamera() local
1017 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3539 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()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...