Home
last modified time | relevance | path

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

12

/pdk/apps/CameraITS/tests/scene1/
Dtest_auto_vs_manual.py51 img_auto = its.image.convert_capture_to_rgb_image(cap_auto)
64 img_man1 = its.image.convert_capture_to_rgb_image(cap_man1)
79 img_man2 = its.image.convert_capture_to_rgb_image(cap_man2)
Dtest_yuv_plus_raw.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.py46 img = its.image.convert_capture_to_rgb_image(cap_yuv)
53 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_yuv_plus_jpeg.py46 img = its.image.convert_capture_to_rgb_image(cap_yuv, True)
51 img = its.image.convert_capture_to_rgb_image(cap_jpeg, True)
Dtest_tonemap_sequence.py47 img = its.image.convert_capture_to_rgb_image(cap)
56 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_black_white.py48 img = its.image.convert_capture_to_rgb_image(cap)
63 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_noise_reduction.py57 its.image.convert_capture_to_rgb_image(cap),
75 its.image.convert_capture_to_rgb_image(cap),
Dtest_param_tonemap_mode.py65 img = its.image.convert_capture_to_rgb_image(cap)
90 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.py38 img = its.image.convert_capture_to_rgb_image(cap_yuv)
Dtest_param_flash_mode.py49 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_exposure_time.py45 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_jpeg.py43 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_sensitivity.py51 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_raw_sensitivity.py66 img = its.image.convert_capture_to_rgb_image(cap, props=props)
Dtest_locked_burst.py55 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_burst_sameness_manual.py62 imgs[n] = its.image.convert_capture_to_rgb_image(cap)
Dtest_exposure.py60 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_raw_burst_sensitivity.py73 img = its.image.convert_capture_to_rgb_image(cap, props=props)
/pdk/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)
/pdk/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_fullres_auto.py64 its.image.convert_capture_to_rgb_image(cap), 4)
Dtest_burst_sameness_auto.py69 imgs[n] = its.image.convert_capture_to_rgb_image(cap)

12