Searched refs:out_surface (Results 1 – 8 of 8) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_jpeg.py | 42 out_surface = {"width": size[0], "height": size[1], "format": "yuv"} 44 cam, req, sync_latency, out_surface) 52 out_surface = {"width": size[0], "height": size[1], "format": "jpg"} 54 cam, req, sync_latency, out_surface)
|
D | test_yuv_jpeg_all.py | 48 out_surface = {"width": size[0], "height": size[1], "format": "yuv"} 49 cap = cam.do_capture(req, out_surface) 63 out_surface = {"width": size[0], "height": size[1], "format": "jpg"} 64 cap = cam.do_capture(req, out_surface)
|
D | test_reprocess_noise_reduction.py | 77 out_surface = {"width": size[0], "height": size[1], "format": "jpg"} 78 cap = cam.do_capture(req, out_surface, reprocess_format) 100 [req]*NUM_FRAMES, out_surface, reprocess_format)
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_edge_enhancement.py | 31 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface, chart): argument 62 cap = cam.do_capture(req, out_surface, repeat_request=req) 100 out_surface = {"width": size[0], "height": size[1], "format": test_fmt} 114 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface, chart)
|
D | test_reprocess_edge_enhancement.py | 51 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface, chart, argument 87 caps = cam.do_capture([req]*NUM_SAMPLES, [out_surface], reprocess_format) 140 out_surface = {"width": size[0], "height": size[1], "format": "jpg"} 158 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface, chart) 184 ret = test_edge_mode(cam, edge_mode, s, e, fd, out_surface,
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_read_write.py | 62 out_surface = {'width': size[0], 'height': size[1], 'format': fmt} 64 out_surface['physicalCamera'] = cam._hidden_physical_id 74 caps = cam.do_capture(reqs, out_surface)
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_aspect_ratio_and_crop.py | 244 out_surface = {"format": "raw"} 245 cap_raw = cam.do_capture(req, out_surface) 345 out_surface = [{"width": w_iter, 349 out_surface.append({"width": size_cmpr[0], 352 cap = cam.do_capture(req, out_surface)
|
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 71 out_surface = {"format": "yuv"} 72 cap = cam.do_capture(req, out_surface)
|