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

  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 29 global NAME, auto_req, manual_req, w_map, h_map
77 h_map = props["android.lens.info.shadingMapSize"]["height"]
80 lsc_map_auto = test_auto(cam, w_map, h_map)
82 test_manual(cam, w_map, h_map, lsc_map_auto)
84 test_auto(cam, w_map, h_map)
97 def draw_lsc_plot(w_map, h_map, lsc_map, name):
101 xs = numpy.array([range(w_map)] * h_map).reshape(h_map, w_map)
102 ys = numpy.array([[i]*w_map for i in range(h_map)]).reshape(
103 h_map, w_map
    [all...]
  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 33 h_map = props["android.lens.info.shadingMapSize"]["height"]
64 print "LSC map:", w_map, h_map, lsc_map[:8]

Completed in 589 milliseconds