Searched refs:lsc_map (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_param_shading_mode.py | 40 its.caps.lsc_map(props) and 67 lsc_map = cap_res["android.statistics.lensShadingCorrectionMap"] 68 assert(lsc_map.has_key("width") and 69 lsc_map.has_key("height") and 70 lsc_map["width"] != None and lsc_map["height"] != None) 72 num_map_gains = lsc_map["width"] * lsc_map["height"] * 4 74 reference_maps[mode] = lsc_map["map"]
|
D | test_capture_result.py | 93 def draw_lsc_plot(w_map, h_map, lsc_map, name): argument 100 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map) 118 lsc_map = lsc_obj["map"] 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 171 lsc_map = lsc_obj["map"] 187 print "LSC map:", w_map, h_map, lsc_map[:8] [all …]
|
/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 | 319 def lsc_map(props): function
|