Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.cpp158 float vfov = node.get("vfov", 0).asFloat(); in initialize() local
182 if (vfov > 179.0f) { in initialize()
183 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", vfov); in initialize()
184 vfov = 179.0f; in initialize()
186 if (vfov < 1.0f) { in initialize()
187 printf("Pathological horizontal field of view %f clamped to 1 degree\n", vfov); in initialize()
188 vfov = 1.0f; in initialize()
199 info.vfov = vfov * kDegreesToRadians; in initialize()
DConfigManager.h32 float vfov = 0; // radians member