Home
last modified time | relevance | path

Searched refs:CAP_RAW_YUV (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene1/
Dtest_crop_region_raw.py68 cap1_raw, cap1_yuv = cam.do_capture(req, cam.CAP_RAW_YUV)
72 cap2_raw, cap2_yuv = cam.do_capture(req, cam.CAP_RAW_YUV)
Dtest_yuv_plus_raw.py41 cap_raw, cap_yuv = cam.do_capture(req, cam.CAP_RAW_YUV)
Dtest_raw_sensitivity.py56 cap,_ = cam.do_capture(req, cam.CAP_RAW_YUV)
/cts/apps/CameraITS/pymodules/its/
Ddevice.py79 CAP_RAW_YUV = [{"format":"raw"}, {"format":"yuv"}] variable in ItsSession