Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java238 float focalLength = focalLengthPixels(mFovDegrees, dstWidth); in drawContents() local
239 float dx = markerX / markerZ * focalLength; in drawContents()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java119 public final String focalLength; field in ExifInterfaceTest.ExpectedValue
174 focalLength = getString(typedArray, index++); in ExpectedValue()
320 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java629 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()
DLogicalCameraDeviceTest.java936 Float focalLength = totalCaptureResult.get(CaptureResult.LENS_FOCAL_LENGTH); in validatePhysicalCamerasFov() local
940 float fov = cropRegion.width() / (2 * focalLength); in validatePhysicalCamerasFov()
DExtendedCameraCharacteristicsTest.java2300 for (float focalLength : focalLengths) { in matchParametersToCharacteritics()
2301 if (Math.abs(focalLength - legacyFocalLength) <= FOCAL_LENGTH_TOLERANCE) { in matchParametersToCharacteritics()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java703 float focalLength = parameters.getFocalLength(); in assertParameters() local
725 assertTrue(focalLength == -1.0 || focalLength > 0); in assertParameters()
731 assertTrue(focalLength > 0); in assertParameters()
960 double focalLength = parameters.getFocalLength(); in testJpegExifByCamera() local
985 assertEquals(focalLength, exifFocalLength, 0.001); in testJpegExifByCamera()