Home
last modified time | relevance | path

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

/packages/services/Car/evs/support_library/
DConfigManager.cpp140 float hfov = node.get("hfov", 0).asFloat(); in initialize() local
157 if (hfov > 179.0f) { in initialize()
158 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", hfov); in initialize()
159 hfov = 179.0f; in initialize()
161 if (hfov < 1.0f) { in initialize()
162 printf("Pathological horizontal field of view %f clamped to 1 degree\n", hfov); in initialize()
163 hfov = 1.0f; in initialize()
181 info.hfov = hfov * kDegreesToRadians; in initialize()
DConfigManager.h35 float hfov = 0; // radians member
/packages/services/Car/evs/apps/default/
DConfigManager.cpp145 float hfov = node.get("hfov", 0).asFloat(); in initialize() local
162 if (hfov > 179.0f) { in initialize()
163 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", hfov); in initialize()
164 hfov = 179.0f; in initialize()
166 if (hfov < 1.0f) { in initialize()
167 printf("Pathological horizontal field of view %f clamped to 1 degree\n", hfov); in initialize()
168 hfov = 1.0f; in initialize()
186 info.hfov = hfov * kDegreesToRadians; in initialize()
DRenderTopView.cpp53 static android::mat4 perspective(float hfov, float vfov, float near, float far) { in perspective() argument
54 const float tanHalfFovX = tanf(hfov * 0.5f); in perspective()
301 … const android::mat4 P = perspective(cam.info.hfov, cam.info.vfov, cam.info.position[Z], maxRange); in renderCameraOntoGroundPlane()
DConfigManager.h34 float hfov = 0; // radians member
Dconfig.json.readme41 "hfov" : 125, // Horizontal field of view in degrees