Searched refs:convert_capture_to_planes (Results 1 – 20 of 20) 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_multi_camera_match.py | 78 y1, _, _ = its.image.convert_capture_to_planes( 87 y2, _, _ = its.image.convert_capture_to_planes(
|
D | test_param_flash_mode.py | 61 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
D | test_ev_compensation_advanced.py | 86 y = its.image.convert_capture_to_planes(cap)[0]
|
D | test_raw_sensitivity.py | 63 gr = its.image.convert_capture_to_planes(cap, props)[1]
|
D | test_raw_burst_sensitivity.py | 83 gr = its.image.convert_capture_to_planes(cap, props)[1]
|
D | test_ev_compensation_basic.py | 74 y = its.image.convert_capture_to_planes(cap)[0]
|
D | test_dng_noise_model.py | 77 planes = its.image.convert_capture_to_planes(cap, props)
|
D | test_raw_exposure.py | 102 planes = its.image.convert_capture_to_planes(cap, props)
|
D | test_exposure.py | 121 r, gr, gb, b = its.image.convert_capture_to_planes(raw_cap,
|
/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 | 81 y, _, _ = its.image.convert_capture_to_planes(cap, props) 107 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
D | test_flip_mirror.py | 65 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
D | test_lens_movement_reporting.py | 86 y, _, _ = its.image.convert_capture_to_planes(cap, props)
|
/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) 216 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/tests/dng_noise_model/ |
D | dng_noise_model.py | 136 planes = its.image.convert_capture_to_planes(cap, props)
|