Home
last modified time | relevance | path

Searched refs:lsc_map (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene1/
Dtest_capture_result.py97 def draw_lsc_plot(w_map, h_map, lsc_map, name): argument
104 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map)
120 lsc_map = cap_res["android.statistics.lensShadingMap"]
133 print "LSC map:", w_map, h_map, lsc_map[:8]
153 assert(w_map > 0 and h_map > 0 and w_map * h_map * 4 == len(lsc_map))
154 assert(all([m >= 1 for m in lsc_map]))
156 draw_lsc_plot(w_map, h_map, lsc_map, "auto")
158 return lsc_map
170 lsc_map = cap_res["android.statistics.lensShadingMap"]
184 print "LSC map:", w_map, h_map, lsc_map[:8]
[all …]
Dtest_param_shading_mode.py40 its.caps.lsc_map(props) and
/cts/apps/CameraITS/tests/inprog/
Dtest_3a_remote.py53 lsc_map = cap["metadata"]["android.statistics.lensShadingMap"]
64 print "LSC map:", w_map, h_map, lsc_map[:8]
/cts/apps/CameraITS/pymodules/its/
Dcaps.py318 def lsc_map(props): function