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

  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py 41 out_surfaces = [{"format": "dng"},
43 cap_dng, cap_yuv = cam.do_capture(req, out_surfaces)
test_yuv_plus_raw.py 48 out_surfaces = [{"format": "raw"},
50 cap_raw, cap_yuv = cam.do_capture(req, out_surfaces)
test_yuv_plus_raw10.py 49 out_surfaces = [{"format": "raw10"},
51 cap_raw, cap_yuv = cam.do_capture(req, out_surfaces)
test_post_raw_sensitivity_boost.py 61 out_surfaces = [{'format': raw_format},
89 caps = cam.do_capture(reqs, out_surfaces)
  /cts/apps/CameraITS/tests/sensor_fusion/
test_multi_camera_frame_sync.py 125 out_surfaces = [{"format": "yuv", "width": W, "height": H,
130 out_surfaces_supported = cam.is_stream_combination_supported(out_surfaces)
134 [req]*NUM_CAPTURES, out_surfaces)
  /cts/apps/CameraITS/pymodules/its/
device.py 562 def is_stream_combination_supported(self, out_surfaces):
568 Refer to do_capture function for specification of out_surfaces field.
573 if not isinstance(out_surfaces, list):
574 cmd['outputSurfaces'] = [out_surfaces]
576 cmd['outputSurfaces'] = out_surfaces
590 out_surfaces=None, reprocess_format=None, repeat_request=None):
601 make sure the stream configuration defined by out_surfaces and
605 The out_surfaces field can specify the width(s), height(s), and
610 Optionally the out_surfaces field can specify physical camera id(s) if the
672 that format; they can be used as values for the out_surfaces arguments
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 295 out_surfaces = [{'format': 'yuv', 'width': w, 'height': h},
299 out_surfaces_supported = cam.is_stream_combination_supported(out_surfaces)
309 print 'out_surfaces:', out_surfaces
312 req, out_surfaces);

Completed in 96 milliseconds