Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.cpp137 float vfov = node.get("vfov", 0).asFloat(); in initialize() local
161 if (vfov > 179.0f) { in initialize()
162 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", vfov); in initialize()
163 vfov = 179.0f; in initialize()
165 if (vfov < 1.0f) { in initialize()
166 printf("Pathological horizontal field of view %f clamped to 1 degree\n", vfov); in initialize()
167 vfov = 1.0f; in initialize()
178 info.vfov = vfov * kDegreesToRadians; in initialize()
DRenderTopView.cpp50 static android::mat4 perspective(float hfov, float vfov, float near, float far) { in perspective() argument
52 const float tanHalfFovY = tanf(vfov * 0.5f); in perspective()
295 … const android::mat4 P = perspective(cam.info.hfov, cam.info.vfov, cam.info.position[Z], maxRange); in renderCameraOntoGroundPlane()
DConfigManager.h32 float vfov = 0; // radians member
Dconfig.json.readme39 "vfov" :103 // Vertical field of view in degrees