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.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/scene1/
Dtest_multi_camera_match.py78 y1, _, _ = its.image.convert_capture_to_planes(
87 y2, _, _ = its.image.convert_capture_to_planes(
Dtest_param_flash_mode.py61 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_ev_compensation_advanced.py86 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_raw_sensitivity.py63 gr = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_raw_burst_sensitivity.py83 gr = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_ev_compensation_basic.py74 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_dng_noise_model.py77 planes = its.image.convert_capture_to_planes(cap, props)
Dtest_raw_exposure.py102 planes = its.image.convert_capture_to_planes(cap, props)
Dtest_exposure.py121 r, gr, gb, b = its.image.convert_capture_to_planes(raw_cap,
/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.py81 y, _, _ = its.image.convert_capture_to_planes(cap, props)
107 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_flip_mirror.py65 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_lens_movement_reporting.py86 y, _, _ = its.image.convert_capture_to_planes(cap, props)
/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)
216 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/tests/dng_noise_model/
Ddng_noise_model.py136 planes = its.image.convert_capture_to_planes(cap, props)