Searched refs:convert_capture_to_planes (Results 1 – 21 of 21) sorted by relevance
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 115 yimg, uimg, vimg = image_processing_utils.convert_capture_to_planes(cap) 189 yimg, _, _ = image_processing_utils.convert_capture_to_planes(cap) 204 r, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_effects.py | 91 y, u, v = image_processing_utils.convert_capture_to_planes(cap, props) 109 _, u, v = image_processing_utils.convert_capture_to_planes(cap, props)
|
/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/scene2_b/ |
D | test_auto_per_frame_control.py | 145 plane = image_processing_utils.convert_capture_to_planes( 148 plane = image_processing_utils.convert_capture_to_planes(cap)[_YUV_Y_CH]
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_lens_position.py | 130 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props) 156 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_edge_enhancement.py | 69 y, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
D | test_flip_mirror.py | 67 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_lens_movement_reporting.py | 83 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_reprocess_edge_enhancement.py | 108 y, _, _ = image_processing_utils.convert_capture_to_planes(caps[n])
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_multi_camera_match.py | 128 y, _, _ = image_processing_utils.convert_capture_to_planes(
|
D | test_ev_compensation_basic.py | 54 y = image_processing_utils.convert_capture_to_planes(cap)[0]
|
D | test_ev_compensation_advanced.py | 59 y = image_processing_utils.convert_capture_to_planes(cap)[0]
|
D | test_param_flash_mode.py | 97 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_dng_noise_model.py | 95 planes = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_exposure.py | 250 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_test_patterns.py | 50 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(cap, props)
|
/cts/apps/CameraITS/utils/ |
D | target_exposure_utils.py | 256 yimg, _, _ = image_processing_utils.convert_capture_to_planes(
|
D | image_processing_utils.py | 85 r, gr, gb, b = convert_capture_to_planes(cap, props) 247 def convert_capture_to_planes(cap, props=None): function
|
D | its_session_utils.py | 1235 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 169 img_y = image_processing_utils.convert_capture_to_planes(cap)[0]
|