Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1/
Dtest_capture_result.py28 global NAME, auto_req, manual_req, w_map, h_map
104 def draw_lsc_plot(w_map, h_map, lsc_map, name): argument
108 xs = numpy.array([range(w_map)] * h_map).reshape(h_map, w_map)
109 ys = numpy.array([[i]*w_map for i in range(h_map)]).reshape(
110 h_map, w_map)
111 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map)
132 h_map = lsc_obj["height"]
145 print "LSC map:", w_map, h_map, lsc_map[:8]
165 assert(w_map > 0 and h_map > 0 and w_map * h_map * 4 == len(lsc_map))
168 draw_lsc_plot(w_map, h_map, lsc_map, "auto")
[all …]
/cts/apps/CameraITS/tests/inprog/
Dtest_3a_remote.py54 h_map = lsc_obj["height"]
65 print "LSC map:", w_map, h_map, lsc_map[:8]