Searched refs:lsc_map (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_capture_result.py | 104 def draw_lsc_plot(w_map, h_map, lsc_map, name): argument 111 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map) 130 lsc_map = lsc_obj["map"] 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)) 166 assert(all([m >= 1 for m in lsc_map])) 168 draw_lsc_plot(w_map, h_map, lsc_map, "auto") 170 return lsc_map 184 lsc_map = lsc_obj["map"] 200 print "LSC map:", w_map, h_map, lsc_map[:8] [all …]
|
D | test_param_shading_mode.py | 44 its.caps.lsc_map(props) and 79 lsc_map = cap_res['android.statistics.lensShadingCorrectionMap'] 80 assert(lsc_map.has_key('width') and 81 lsc_map.has_key('height') and 82 lsc_map['width'] is not None and 83 lsc_map['height'] is not None) 85 num_map_gains = lsc_map['width'] * lsc_map['height'] * 4 87 reference_maps[mode] = lsc_map['map']
|
/cts/apps/CameraITS/tests/inprog/ |
D | test_3a_remote.py | 52 lsc_map = lsc_obj["map"] 65 print "LSC map:", w_map, h_map, lsc_map[:8]
|
/cts/apps/CameraITS/pymodules/its/ |
D | caps.py | 330 def lsc_map(props): function
|