Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.cpp136 float hfov = node.get("hfov", 0).asFloat(); in initialize() local
153 if (hfov > 179.0f) { in initialize()
154 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", hfov); in initialize()
155 hfov = 179.0f; in initialize()
157 if (hfov < 1.0f) { in initialize()
158 printf("Pathological horizontal field of view %f clamped to 1 degree\n", hfov); in initialize()
159 hfov = 1.0f; in initialize()
177 info.hfov = hfov * kDegreesToRadians; in initialize()
DRenderTopView.cpp50 static android::mat4 perspective(float hfov, float vfov, float near, float far) { in perspective() argument
51 const float tanHalfFovX = tanf(hfov * 0.5f); in perspective()
295 … const android::mat4 P = perspective(cam.info.hfov, cam.info.vfov, cam.info.position[Z], maxRange); in renderCameraOntoGroundPlane()
DConfigManager.h31 float hfov = 0; // radians member
Dconfig.json.readme38 "hfov" : 125, // Horizontal field of view in degrees