Searched refs:focalLength (Results 1 – 4 of 4) sorted by relevance
104 public final String focalLength; field in ExifInterfaceTest.ExpectedValue147 focalLength = getString(typedArray, 13); in ExpectedValue()294 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
444 const dynamic_depth::Point<double> focalLength(inputFrame.mIntrinsicCalibration[0], in processDepthPhotoFrame() local453 ImagingModelParams imagingParams(focalLength, imageSize); in processDepthPhotoFrame()
980 float focalLength = p.getFocalLength(); // in mm in mapSensor() local984 float height = (float)Math.abs(2 * focalLength * Math.tan(angleVer / 2)); in mapSensor()985 float width = (float)Math.abs(2 * focalLength * Math.tan(angleHor / 2)); in mapSensor()
1586 uint32_t focalLength[] = { static_cast<uint32_t>(*(entry.data.f) * 100), 100 }; in DngCreator_setup() local1587 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_FOCALLENGTH, 1, focalLength, in DngCreator_setup()