Searched refs:focalLength (Results 1 – 3 of 3) sorted by relevance
477 private float focalLength; field in KeyguardWidgetPager.ZInterpolator480 focalLength = foc; in ZInterpolator()484 return (1.0f - focalLength / (focalLength + input)) / in getInterpolation()485 (1.0f - focalLength / (focalLength + 1.0f)); in getInterpolation()
920 float focalLength = p.getFocalLength(); // in mm in mapSensor() local924 float height = (float)Math.abs(2 * focalLength * Math.tan(angleVer / 2)); in mapSensor()925 float width = (float)Math.abs(2 * focalLength * Math.tan(angleHor / 2)); in mapSensor()
1157 uint32_t focalLength[] = { static_cast<uint32_t>(*(entry.data.f) * 100), 100 }; in DngCreator_init() local1158 BAIL_IF_INVALID(writer->addEntry(TAG_FOCALLENGTH, 1, focalLength, in DngCreator_init()