Searched refs:focalLength (Results 1 – 5 of 5) sorted by relevance
107 public final String focalLength; field in ExifInterfaceTest.ExpectedValue150 focalLength = getString(typedArray, 13); in ExpectedValue()297 assertStringTag(exifInterface, ExifInterface.TAG_FOCAL_LENGTH, expectedValue.focalLength); in compareWithExpectedValue()
448 const dynamic_depth::Point<double> focalLength(inputFrame.mIntrinsicCalibration[0], in processDepthPhotoFrame() local457 ImagingModelParams imagingParams(focalLength, imageSize); in processDepthPhotoFrame()
98 MetadataBuilder& setFocalLength(float focalLength);
115 MetadataBuilder& MetadataBuilder::setFocalLength(float focalLength) { in setFocalLength() argument116 mEntryMap[ANDROID_LENS_FOCAL_LENGTH] = asVectorOf<float>(focalLength); in setFocalLength()
1657 uint32_t focalLength[] = { static_cast<uint32_t>(*(entry.data.f) * 100), 100 }; in DngCreator_setup() local1658 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_FOCALLENGTH, 1, focalLength, in DngCreator_setup()