Home
last modified time | relevance | path

Searched refs:convert_capture_to_rgb_image (Results 1 – 25 of 37) sorted by relevance

12

/cts/apps/CameraITS/tests/scene1/
Dtest_auto_vs_manual.py50 img_auto = its.image.convert_capture_to_rgb_image(cap_auto)
63 img_man1 = its.image.convert_capture_to_rgb_image(cap_man1)
78 img_man2 = its.image.convert_capture_to_rgb_image(cap_man2)
Dtest_yuv_plus_jpeg.py44 img = its.image.convert_capture_to_rgb_image(cap_yuv, True)
49 img = its.image.convert_capture_to_rgb_image(cap_jpeg, True)
Dtest_yuv_plus_raw12.py44 img = its.image.convert_capture_to_rgb_image(cap_yuv)
51 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_yuv_plus_raw10.py44 img = its.image.convert_capture_to_rgb_image(cap_yuv)
51 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_yuv_plus_raw.py43 img = its.image.convert_capture_to_rgb_image(cap_yuv)
50 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_tonemap_sequence.py46 img = its.image.convert_capture_to_rgb_image(cap)
55 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_black_white.py47 img = its.image.convert_capture_to_rgb_image(cap)
62 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_tonemap_mode.py64 img = its.image.convert_capture_to_rgb_image(cap)
89 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_crop_regions.py54 img_full = its.image.convert_capture_to_rgb_image(cap_full)
81 img_crop = its.image.convert_capture_to_rgb_image(cap)
Dtest_yuv_plus_dng.py36 img = its.image.convert_capture_to_rgb_image(cap_yuv)
Dtest_param_noise_reduction.py60 its.image.convert_capture_to_rgb_image(cap),
85 its.image.convert_capture_to_rgb_image(cap),
Dtest_param_flash_mode.py49 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_jpeg.py42 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_locked_burst.py59 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_exposure_time.py44 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_sensitivity.py50 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_burst_sameness_manual.py61 imgs[n] = its.image.convert_capture_to_rgb_image(cap)
Dtest_raw_sensitivity.py65 img = its.image.convert_capture_to_rgb_image(cap, props=props)
Dtest_raw_burst_sensitivity.py72 img = its.image.convert_capture_to_rgb_image(cap, props=props)
/cts/apps/CameraITS/tests/
Dtutorial.py78 rgbimg = its.image.convert_capture_to_rgb_image(cap)
121 rgbimg = its.image.convert_capture_to_rgb_image(cap)
179 rgbimg = its.image.convert_capture_to_rgb_image(cap)
/cts/apps/CameraITS/tests/inprog/
Dtest_test_patterns.py36 img = its.image.convert_capture_to_rgb_image(caps[1])
Dtest_param_edge_mode.py43 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_crop_region.py59 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_burst_sameness_auto.py68 imgs[n] = its.image.convert_capture_to_rgb_image(cap)
/cts/apps/CameraITS/tools/
Dvalidate_scene.py59 img = its.image.convert_capture_to_rgb_image(cap)

12