Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DConfigManager.cpp138 float vfov = node.get("vfov", 0).asFloat(); in initialize() local
162 if (vfov > 179.0f) { in initialize()
163 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", vfov); in initialize()
164 vfov = 179.0f; in initialize()
166 if (vfov < 1.0f) { in initialize()
167 printf("Pathological horizontal field of view %f clamped to 1 degree\n", vfov); in initialize()
168 vfov = 1.0f; in initialize()
179 info.vfov = vfov * kDegreesToRadians; in initialize()
DConfigManager.h36 float vfov = 0; // radians member
/packages/services/Car/cpp/evs/apps/default/src/
DConfigManager.cpp141 float vfov = node.get("vfov", 0).asFloat(); in initialize() local
168 if (vfov > 179.0f) { in initialize()
169 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", vfov); in initialize()
170 vfov = 179.0f; in initialize()
172 if (vfov < 1.0f) { in initialize()
173 printf("Pathological horizontal field of view %f clamped to 1 degree\n", vfov); in initialize()
174 vfov = 1.0f; in initialize()
186 info.vfov = vfov * kDegreesToRadians; in initialize()
DRenderTopView.cpp52 android::mat4 perspective(float hfov, float vfov, float near, float far) { in perspective() argument
54 const float tanHalfFovY = tanf(vfov * 0.5f); in perspective()
284 perspective(cam.info.hfov, cam.info.vfov, cam.info.position[Z], maxRange); in renderCameraOntoGroundPlane()
/packages/services/Car/cpp/evs/apps/default/inc/
DConfigManager.h35 float vfov = 0; // radians member
/packages/services/Car/cpp/evs/apps/default/res/
Dconfig.json.readme43 "vfov" :103, // Vertical field of view in degrees