Searched refs:sensorPhysicalSize (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCamera3.cpp | 1138 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local 1139 ADD_STATIC_ENTRY(ANDROID_SENSOR_INFO_PHYSICAL_SIZE, sensorPhysicalSize, 2); 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 | 2107 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local 2108 ADD_OR_SIZE(ANDROID_SENSOR_INFO_PHYSICAL_SIZE, sensorPhysicalSize, 2); in constructStaticInfo()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 1203 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local 1205 sensorPhysicalSize, 2); in constructStaticInfo() 1307 float f_x = focalLengths * mSensorWidth / sensorPhysicalSize[0]; in constructStaticInfo() 1308 float f_y = focalLengths * mSensorHeight / sensorPhysicalSize[1]; in constructStaticInfo()
|
D | EmulatedQemuCamera3.cpp | 1123 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local 1125 sensorPhysicalSize, 2); in constructStaticInfo()
|
D | EmulatedFakeCamera2.cpp | 2133 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local 2135 sensorPhysicalSize, 2); in constructStaticInfo()
|