Home
last modified time | relevance | path

Searched refs:focalLength (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/camera/
DExif.cpp352 float focalLength; in createExifDataCommon() local
375 focalLength = (entry.count > 0) ? entry.data.f[0] : 5.0f; in createExifDataCommon()
376 createEntry(exifData, EXIF_IFD_EXIF, EXIF_TAG_FOCAL_LENGTH, focalLength); in createExifDataCommon()
379 ALOGV("degrees %d focalLength %f", degrees, focalLength); in createExifDataCommon()
DEmulatedFakeCamera2.cpp2095 static const float focalLength = 3.30f; // mm in constructStaticInfo() local
2097 &focalLength, 1); in constructStaticInfo()
2404 static const float focalLength = 5.0f; in constructDefaultRequest() local
2405 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequest()
DEmulatedQemuCamera3.cpp501 static const float focalLength = 5.0f; in constructDefaultRequestSettings() local
502 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequestSettings()
DEmulatedFakeCamera3.cpp452 static const float focalLength = 5.0f; in constructDefaultRequestSettings() local
453 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequestSettings()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp414 static const float focalLength = 5.0f; in constructDefaultRequestSettings() local
415 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequestSettings()
1177 static const float focalLength = 3.30f; // mm in constructStaticInfo() local
1178 ADD_STATIC_ENTRY(ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS, &focalLength, 1); in constructStaticInfo()
1243 float f_x = focalLength * mSensorWidth / sensorPhysicalSize[0]; in constructStaticInfo()
1244 float f_y = focalLength * mSensorHeight / sensorPhysicalSize[1]; in constructStaticInfo()
DEmulatedFakeCamera2.cpp2074 static const float focalLength = 3.30f; // mm in constructStaticInfo() local
2075 ADD_OR_SIZE(ANDROID_LENS_INFO_AVAILABLE_FOCAL_LENGTHS, &focalLength, 1); in constructStaticInfo()
2333 static const float focalLength = 5.0f; in constructDefaultRequest() local
2334 ADD_OR_SIZE(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequest()