Home
last modified time | relevance | path

Searched refs:convert_capture_to_planes (Results 1 – 21 of 21) sorted by relevance

/cts/apps/CameraITS/tests/
Dtutorial.py115 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/
Dtest_effects.py91 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/
Dtest_param_black_level_lock.py57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
Dtest_black_level.py62 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
/cts/apps/CameraITS/tests/scene2_b/
Dtest_auto_per_frame_control.py145 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/
Dtest_lens_position.py130 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
156 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_edge_enhancement.py69 y, _, _ = image_processing_utils.convert_capture_to_planes(cap)
Dtest_flip_mirror.py67 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_lens_movement_reporting.py83 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_reprocess_edge_enhancement.py108 y, _, _ = image_processing_utils.convert_capture_to_planes(caps[n])
/cts/apps/CameraITS/tests/scene1_1/
Dtest_multi_camera_match.py128 y, _, _ = image_processing_utils.convert_capture_to_planes(
Dtest_ev_compensation_basic.py54 y = image_processing_utils.convert_capture_to_planes(cap)[0]
Dtest_ev_compensation_advanced.py59 y = image_processing_utils.convert_capture_to_planes(cap)[0]
Dtest_param_flash_mode.py97 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_dng_noise_model.py95 planes = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_exposure.py250 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(
/cts/apps/CameraITS/tests/scene0/
Dtest_test_patterns.py50 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/utils/
Dtarget_exposure_utils.py256 yimg, _, _ = image_processing_utils.convert_capture_to_planes(
Dimage_processing_utils.py85 r, gr, gb, b = convert_capture_to_planes(cap, props)
247 def convert_capture_to_planes(cap, props=None): function
Dits_session_utils.py1235 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py169 img_y = image_processing_utils.convert_capture_to_planes(cap)[0]