Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/
Dtutorial.py116 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/
Dtest_effects.py91 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/
Dtest_preview_min_frame_rate.py81 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
Dtest_flash_strength.py108 y, _, _ = image_processing_utils.convert_capture_to_planes(
Dtest_torch_strength.py150 y, _, _ = image_processing_utils.convert_capture_to_planes(
/cts/apps/CameraITS/tests/scene3/
Dtest_edge_enhancement.py90 y, _, _ = image_processing_utils.convert_capture_to_planes(cap)
Dtest_flip_mirror.py60 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_reprocess_edge_enhancement.py109 y, _, _ = image_processing_utils.convert_capture_to_planes(caps[n])
Dtest_lens_movement_reporting.py91 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/tests/scene_extensions/scene_low_light/
Dtest_night_extension.py150 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
Dtest_low_light_boost_extension.py173 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
/cts/apps/CameraITS/tests/scene1_1/
Dtest_param_flash_mode.py98 y, _, _ = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_dng_noise_model.py96 planes = image_processing_utils.convert_capture_to_planes(cap, props)
Dtest_exposure_x_iso.py297 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(
/cts/apps/CameraITS/tests/scene0/
Dtest_test_patterns.py51 r, gr, gb, b = image_processing_utils.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/utils/
Dtarget_exposure_utils.py252 yimg, _, _ = image_processing_utils.convert_capture_to_planes(
Dimage_processing_utils.py254 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
Dits_session_utils.py2716 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
/cts/apps/CameraITS/tests/scene_extensions/scene_hdr/
Dtest_hdr_extension.py208 y_plane, _, _ = image_processing_utils.convert_capture_to_planes(cap)
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py179 img_y = image_processing_utils.convert_capture_to_planes(cap)[0]