Home
last modified time | relevance | path

Searched refs:sensorPhysicalSize (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1138 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()
DEmulatedFakeCamera2.cpp2107 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/
DEmulatedFakeCamera3.cpp1203 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()
DEmulatedQemuCamera3.cpp1123 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local
1125 sensorPhysicalSize, 2); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2133 static const float sensorPhysicalSize[2] = {3.20f, 2.40f}; // mm in constructStaticInfo() local
2135 sensorPhysicalSize, 2); in constructStaticInfo()