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

  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py 40 cap_dng, cap_yuv = cam.do_capture(req, cam.CAP_DNG_YUV)
42 img = its.image.convert_capture_to_rgb_image(cap_yuv)
test_yuv_plus_jpeg.py 46 cap_yuv, cap_jpeg = cam.do_capture(req, [fmt_yuv, fmt_jpeg])
48 img = its.image.convert_capture_to_rgb_image(cap_yuv, True)
test_yuv_plus_raw.py 47 cap_raw, cap_yuv = cam.do_capture(req, out_surfaces)
49 img = its.image.convert_capture_to_rgb_image(cap_yuv)
test_yuv_plus_raw10.py 45 cap_raw, cap_yuv = cam.do_capture(req,
49 img = its.image.convert_capture_to_rgb_image(cap_yuv)
test_yuv_plus_raw12.py 45 cap_raw, cap_yuv = cam.do_capture(req,
49 img = its.image.convert_capture_to_rgb_image(cap_yuv)

Completed in 173 milliseconds