Searched refs:focalLength (Results 1 – 3 of 3) 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()
1676 uint32_t focalLength[] = { static_cast<uint32_t>(*(entry.data.f) * 100), 100 }; in DngCreator_setup() local1677 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_FOCALLENGTH, 1, focalLength, in DngCreator_setup()