Home | History | Annotate | Download | only in camera

Lines Matching refs:focalLength

413     static const float focalLength = 5.0f;
414 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1);
1145 static const float focalLength = 3.30f; // mm
1147 &focalLength, 1);
1207 float f_x = focalLength * Sensor::kActiveArray[2] / sensorPhysicalSize[0];
1208 float f_y = focalLength * Sensor::kActiveArray[3] / sensorPhysicalSize[1];