Searched refs:convert_capture_to_planes (Results 1 – 24 of 24) 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/scene2/ |
D | test_effects.py | 70 y, u, v = its.image.convert_capture_to_planes(cap, props) 88 _, u, v = its.image.convert_capture_to_planes(cap, props)
|
D | test_auto_per_frame_control.py | 80 y = its.image.convert_capture_to_planes(cap)[0]
|
/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/tests/scene3/ |
D | test_lens_position.py | 74 y, _, _ = its.image.convert_capture_to_planes(cap, props) 100 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
D | test_edge_enhancement.py | 63 y, _, _ = its.image.convert_capture_to_planes(cap)
|
D | test_flip_mirror.py | 60 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
D | test_reprocess_edge_enhancement.py | 89 y, _, _ = its.image.convert_capture_to_planes(caps[n])
|
D | test_lens_movement_reporting.py | 79 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_param_flash_mode.py | 63 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
D | test_ev_compensation_basic.py | 71 y = its.image.convert_capture_to_planes(cap)[0]
|
D | test_raw_sensitivity.py | 64 gr = its.image.convert_capture_to_planes(cap, props)[1]
|
D | test_ev_compensation_advanced.py | 82 y = its.image.convert_capture_to_planes(cap)[0]
|
D | test_multi_camera_match.py | 97 y, _, _ = its.image.convert_capture_to_planes(caps[i], props=props)
|
D | test_raw_burst_sensitivity.py | 83 gr = its.image.convert_capture_to_planes(cap, props)[1]
|
D | test_dng_noise_model.py | 74 planes = its.image.convert_capture_to_planes(cap, props)
|
D | test_raw_exposure.py | 107 planes = its.image.convert_capture_to_planes(cap, props)
|
D | test_exposure.py | 129 r, gr, gb, b = its.image.convert_capture_to_planes(
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_test_patterns.py | 44 r, gr, gb, b = its.image.convert_capture_to_planes(cap, props)
|
/cts/apps/CameraITS/pymodules/its/ |
D | target.py | 79 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
|
D | image.py | 82 r,gr,gb,b = convert_capture_to_planes(cap, props) 219 def convert_capture_to_planes(cap, props=None): function
|
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 80 img_y = its.image.convert_capture_to_planes(cap)[0]
|
/cts/apps/CameraITS/tools/ |
D | dng_noise_model.py | 147 planes = its.image.convert_capture_to_planes(cap, props)
|