Home
last modified time | relevance | path

Searched refs:convert_capture_to_planes (Results 1 – 15 of 15) 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/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.py91 y, _, _ = its.image.convert_capture_to_planes(cap, props)
117 y, _, _ = its.image.convert_capture_to_planes(cap, props)
Dtest_lens_movement_reporting.py94 y, _, _ = its.image.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/tests/scene1/
Dtest_ev_compensation_advanced.py84 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_raw_sensitivity.py62 gr = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_ev_compensation_basic.py73 y = its.image.convert_capture_to_planes(cap)[0]
Dtest_raw_burst_sensitivity.py82 gr = its.image.convert_capture_to_planes(cap, props)[1]
Dtest_dng_noise_model.py79 plane = its.image.convert_capture_to_planes(cap, props)[ch]
Dtest_exposure.py117 r, gr, gb, b = its.image.convert_capture_to_planes(raw_cap,
/cts/apps/CameraITS/pymodules/its/
Dtarget.py80 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
Dimage.py84 r,gr,gb,b = convert_capture_to_planes(cap, props)
208 def convert_capture_to_planes(cap, props=None): function
/cts/apps/CameraITS/tests/dng_noise_model/
Ddng_noise_model.py133 planes = its.image.convert_capture_to_planes(cap, props)
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py78 img_y = its.image.convert_capture_to_planes(cap)[0]