OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfov
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/evs/app/
ConfigManager.cpp
158
float
vfov
= node.get("
vfov
", 0).asFloat();
local
182
if (
vfov
> 179.0f) {
183
printf("Pathological horizontal field of view %f clamped to 179 degrees\n",
vfov
);
184
vfov
= 179.0f;
186
if (
vfov
< 1.0f) {
187
printf("Pathological horizontal field of view %f clamped to 1 degree\n",
vfov
);
188
vfov
= 1.0f;
199
info.
vfov
=
vfov
* kDegreesToRadians
[
all
...]
ConfigManager.h
32
float
vfov
= 0; // radians
member in struct:ConfigManager::CameraInfo
Completed in 51 milliseconds