Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java104 public final String focalLength; field in ExifInterfaceTest.ExpectedValue
147 focalLength = getString(typedArray, 13); in ExpectedValue()
294 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java124 public final String focalLength; field in ExifInterfaceTest.ExpectedValue
167 focalLength = getString(typedArray, 13); in ExpectedValue()
396 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyMetadataMapper.java971 float focalLength = p.getFocalLength(); // in mm in mapSensor() local
975 float height = (float)Math.abs(2 * focalLength * Math.tan(angleVer / 2)); in mapSensor()
976 float width = (float)Math.abs(2 * focalLength * Math.tan(angleHor / 2)); in mapSensor()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1401 uint32_t focalLength[] = { static_cast<uint32_t>(*(entry.data.f) * 100), 100 }; in DngCreator_setup() local
1402 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_FOCALLENGTH, 1, focalLength, in DngCreator_setup()