HomeSort by relevance Sort by last modified time
    Searched refs:lsc_map (Results 1 - 4 of 4) sorted by null

  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 97 def draw_lsc_plot(w_map, h_map, lsc_map, name):
104 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map)
120 lsc_map = cap_res["android.statistics.lensShadingMap"]
130 print "LSC map:", w_map, h_map, lsc_map[:8]
150 assert(w_map > 0 and h_map > 0 and w_map * h_map * 4 == len(lsc_map))
151 assert(all([m >= 1 for m in lsc_map]))
153 draw_lsc_plot(w_map, h_map, lsc_map, "auto")
155 return lsc_map
167 lsc_map = cap_res["android.statistics.lensShadingMap"]
178 print "LSC map:", w_map, h_map, lsc_map[:8
    [all...]
test_param_shading_mode.py 40 its.caps.lsc_map(props) and
  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 53 lsc_map = cap["metadata"]["android.statistics.lensShadingMap"]
64 print "LSC map:", w_map, h_map, lsc_map[:8]
  /cts/apps/CameraITS/pymodules/its/
caps.py 318 def lsc_map(props): function

Completed in 170 milliseconds