Searched refs:convert_capture_to_planes (Results 1 – 20 of 20) sorted by relevance
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 116 yimg, uimg, vimg = image_processing_utils.convert_capture_to_planes(cap) 190 yimg, _, _ = image_processing_utils.convert_capture_to_planes(cap) 205 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( 110 _, u, v = image_processing_utils.convert_capture_to_planes(
|
/cts/apps/CameraITS/tests/scene_flash/ |
D | test_preview_min_frame_rate.py | 81 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
D | test_flash_strength.py | 108 y, _, _ = image_processing_utils.convert_capture_to_planes(
|
D | test_torch_strength.py | 150 y, _, _ = image_processing_utils.convert_capture_to_planes(
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_edge_enhancement.py | 90 y, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
D | test_flip_mirror.py | 60 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_reprocess_edge_enhancement.py | 109 y, _, _ = image_processing_utils.convert_capture_to_planes(caps[n])
|
D | test_lens_movement_reporting.py | 91 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/ |
D | test_night_extension.py | 150 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
D | test_low_light_boost_extension.py | 173 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_param_flash_mode.py | 98 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_dng_noise_model.py | 96 planes = image_processing_utils.convert_capture_to_planes(cap, props)
|
D | test_exposure_x_iso.py | 297 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_test_patterns.py | 51 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(cap, props)
|
/cts/apps/CameraITS/utils/ |
D | target_exposure_utils.py | 252 yimg, _, _ = image_processing_utils.convert_capture_to_planes(
|
D | image_processing_utils.py | 254 r, gr, gb, b = convert_capture_to_planes(cap_raw, props=props) 324 r, gr, gb, b = convert_capture_to_planes(cap, props) 506 y, _, _ = convert_capture_to_planes(cap) 592 def convert_capture_to_planes(cap, props=None): function
|
D | its_session_utils.py | 2716 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
/cts/apps/CameraITS/tests/scene_extensions/scene_hdr/ |
D | test_hdr_extension.py | 208 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
|
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 179 img_y = image_processing_utils.convert_capture_to_planes(cap)[0]
|