Searched refs:fov (Results 1 – 10 of 10) sorted by relevance
100 fov = 2 * math.degrees(math.atan(diag / (2 * fl)))101 print "Assert field of view: %.1f degrees" % fov102 assert 30 <= fov <= 130
17 package com.android.cts.verifier.camera.fov;
3 package com.android.cts.verifier.camera.fov;
2 package com.android.cts.verifier.camera.fov;
87 fov = str(round(2 * math.degrees(math.atan(diag / (2 * focal_l))), 2))89 fov = str(0)90 print 'Calculated FoV: %s' % fov91 return fov
120 float fov = 45; in DrawFrame() local