Home
last modified time | relevance | path

Searched refs:convert_capture_to_planes (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CameraITS/tests/
Dtutorial.py83 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
166 yimg,_,_ = its.image.convert_capture_to_planes(cap)
181 r,g,b = its.image.convert_capture_to_planes(cap)
/cts/apps/CameraITS/tests/scene1/
Dtest_param_noise_reduction.py62 planes = its.image.convert_capture_to_planes(cap)
87 planes = its.image.convert_capture_to_planes(cap)
Dtest_ev_compensation_basic.py51 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_raw_sensitivity.py60 plane = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_raw_burst_sensitivity.py67 plane = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_ev_compensation_advanced.py66 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_dng_noise_model.py81 plane = its.image.convert_capture_to_planes(cap, props)[ch]
/cts/apps/CameraITS/tests/inprog/
Dtest_param_black_level_lock.py57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
Dtest_black_level.py62 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
/cts/apps/CameraITS/pymodules/its/
Dtarget.py80 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
Dimage.py79 r,gr,gb,b = convert_capture_to_planes(cap, props)
184 def convert_capture_to_planes(cap, props=None): function
/cts/apps/CameraITS/tests/dng_noise_model/
Ddng_noise_model.py134 planes = its.image.convert_capture_to_planes(cap, props)