Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/
Dtutorial.py83 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/scene2/
Dtest_effects.py70 y, u, v = its.image.convert_capture_to_planes(cap, props)
88 _, u, v = its.image.convert_capture_to_planes(cap, props)
Dtest_auto_per_frame_control.py80 y = its.image.convert_capture_to_planes(cap)[0]
/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/scene3/
Dtest_lens_position.py74 y, _, _ = its.image.convert_capture_to_planes(cap, props)
100 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_edge_enhancement.py63 y, _, _ = its.image.convert_capture_to_planes(cap)
Dtest_flip_mirror.py60 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_reprocess_edge_enhancement.py89 y, _, _ = its.image.convert_capture_to_planes(caps[n])
Dtest_lens_movement_reporting.py79 y, _, _ = its.image.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/tests/scene1/
Dtest_param_flash_mode.py63 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_ev_compensation_basic.py71 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_raw_sensitivity.py64 gr = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_ev_compensation_advanced.py82 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_multi_camera_match.py97 y, _, _ = its.image.convert_capture_to_planes(caps[i], props=props)
Dtest_raw_burst_sensitivity.py83 gr = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_dng_noise_model.py74 planes = its.image.convert_capture_to_planes(cap, props)
Dtest_raw_exposure.py107 planes = its.image.convert_capture_to_planes(cap, props)
Dtest_exposure.py129 r, gr, gb, b = its.image.convert_capture_to_planes(
/cts/apps/CameraITS/tests/scene0/
Dtest_test_patterns.py44 r, gr, gb, b = its.image.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/pymodules/its/
Dtarget.py79 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
Dimage.py82 r,gr,gb,b = convert_capture_to_planes(cap, props)
219 def convert_capture_to_planes(cap, props=None): function
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py80 img_y = its.image.convert_capture_to_planes(cap)[0]
/cts/apps/CameraITS/tools/
Ddng_noise_model.py147 planes = its.image.convert_capture_to_planes(cap, props)