Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_1/
Dtest_crop_region_raw.py91 cap1_raw, cap1_yuv = cam.do_capture(req, cam.CAP_RAW_YUV)
95 cap2_raw, cap2_yuv = cam.do_capture(req, cam.CAP_RAW_YUV)
/cts/apps/CameraITS/utils/
Dits_session_utils.py116 CAP_RAW_YUV = [{'format': 'raw'}, {'format': 'yuv'}] variable in ItsSession