Searched refs:convert_capture_to_planes (Results 1 – 12 of 12) sorted by relevance
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 83 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/ |
D | test_param_noise_reduction.py | 62 planes = its.image.convert_capture_to_planes(cap) 87 planes = its.image.convert_capture_to_planes(cap)
|
D | test_ev_compensation_basic.py | 51 y = its.image.convert_capture_to_planes(cap)[0]
|
D | test_raw_sensitivity.py | 60 plane = its.image.convert_capture_to_planes(cap, props)[1]
|
D | test_raw_burst_sensitivity.py | 67 plane = its.image.convert_capture_to_planes(cap, props)[1]
|
D | test_ev_compensation_advanced.py | 66 y = its.image.convert_capture_to_planes(cap)[0]
|
D | test_dng_noise_model.py | 81 plane = its.image.convert_capture_to_planes(cap, props)[ch]
|
/cts/apps/CameraITS/tests/inprog/ |
D | test_param_black_level_lock.py | 57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
|
D | test_black_level.py | 62 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
|
/cts/apps/CameraITS/pymodules/its/ |
D | target.py | 80 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
|
D | image.py | 79 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/ |
D | dng_noise_model.py | 134 planes = its.image.convert_capture_to_planes(cap, props)
|