Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1/
Dtest_capture_result.py29 global NAME, auto_req, manual_req, w_map, h_map
76 w_map = props["android.lens.info.shadingMapSize"]["width"]
80 lsc_map_auto = test_auto(cam, w_map, h_map)
82 test_manual(cam, w_map, h_map, lsc_map_auto)
84 test_auto(cam, w_map, h_map)
97 def draw_lsc_plot(w_map, h_map, lsc_map, name): argument
101 xs = numpy.array([range(w_map)] * h_map).reshape(h_map, w_map)
102 ys = numpy.array([[i]*w_map for i in range(h_map)]).reshape(
103 h_map, w_map)
104 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map)
[all …]
/cts/apps/CameraITS/tests/inprog/
Dtest_3a_remote.py32 w_map = props["android.lens.info.shadingMapSize"]["width"]
64 print "LSC map:", w_map, h_map, lsc_map[:8]