Home
last modified time | relevance | path

Searched refs:hyperFocalDistance (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1163 static const float hyperFocalDistance = 0.0; in constructStaticInfo() local
1165 &hyperFocalDistance, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2088 const float hyperFocalDistance = mFacingBack ? 1.0/5.0 : 0.0; in constructStaticInfo() local
2090 &hyperFocalDistance, 1); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1259 const float hyperFocalDistance = mFacingBack ? 1.0/5.0 : 0.0; in constructStaticInfo() local
1261 &hyperFocalDistance, 1); in constructStaticInfo()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp1171 const float hyperFocalDistance = mFacingBack ? 1.0 / 5.0 : 0.0; in constructStaticInfo() local
1172 ADD_STATIC_ENTRY(ANDROID_LENS_INFO_HYPERFOCAL_DISTANCE, &hyperFocalDistance, in constructStaticInfo()