Searched refs:focalLength (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/camera/ |
D | Exif.cpp | 352 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()
|
D | EmulatedFakeCamera2.cpp | 2095 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()
|
D | EmulatedQemuCamera3.cpp | 501 static const float focalLength = 5.0f; in constructDefaultRequestSettings() local 502 settings.update(ANDROID_LENS_FOCAL_LENGTH, &focalLength, 1); in constructDefaultRequestSettings()
|
D | EmulatedFakeCamera3.cpp | 452 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/ |
D | EmulatedFakeCamera3.cpp | 414 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()
|
D | EmulatedFakeCamera2.cpp | 2074 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()
|