Home
last modified time | relevance | path

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

123

/cts/apps/CameraITS/tests/scene1/
Dtest_auto_vs_manual.py61 img_auto = its.image.convert_capture_to_rgb_image(cap_auto)
74 img_man1 = its.image.convert_capture_to_rgb_image(cap_man1)
88 img_man2 = its.image.convert_capture_to_rgb_image(cap_man2)
Dtest_yuv_plus_jpeg.py50 img = its.image.convert_capture_to_rgb_image(cap_yuv, True)
55 img = its.image.convert_capture_to_rgb_image(cap_jpeg, True)
Dtest_yuv_plus_raw.py52 img = its.image.convert_capture_to_rgb_image(cap_yuv)
59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_yuv_plus_raw10.py53 img = its.image.convert_capture_to_rgb_image(cap_yuv)
60 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_yuv_plus_raw12.py52 img = its.image.convert_capture_to_rgb_image(cap_yuv)
59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_tonemap_sequence.py58 img = its.image.convert_capture_to_rgb_image(cap)
67 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_black_white.py54 img = its.image.convert_capture_to_rgb_image(cap)
73 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_tonemap_mode.py73 img = its.image.convert_capture_to_rgb_image(cap)
97 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_crop_regions.py54 img_full = its.image.convert_capture_to_rgb_image(cap_full)
82 img_crop = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_noise_reduction.py62 rgb_image = its.image.convert_capture_to_rgb_image(cap)
86 rgb_image = its.image.convert_capture_to_rgb_image(cap)
Dtest_post_raw_sensitivity_boost.py102 raw_rgb = its.image.convert_capture_to_rgb_image(
104 yuv_rgb = its.image.convert_capture_to_rgb_image(yuv_cap)
Dtest_yuv_plus_dng.py45 img = its.image.convert_capture_to_rgb_image(cap_yuv)
Dtest_jpeg.py45 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_channel_saturation.py51 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_locked_burst.py63 img = its.image.convert_capture_to_rgb_image(cap)
/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/scene0/
Dtest_test_patterns.py75 img = its.image.convert_capture_to_rgb_image(cap, props=props)
138 img = its.image.convert_capture_to_rgb_image(cap, props=props)
Dtest_tonemap_curve.py123 img_raw = its.image.convert_capture_to_rgb_image(
140 img_yuv = its.image.convert_capture_to_rgb_image(cap_yuv, True)
Dtest_burst_capture.py40 img = its.image.convert_capture_to_rgb_image(cap, props=props)
/cts/apps/CameraITS/tests/inprog/
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)
Dtest_burst_sameness_fullres_auto.py67 its.image.convert_capture_to_rgb_image(cap), 4)
/cts/apps/CameraITS/tools/
Dvalidate_scene.py63 img = its.image.convert_capture_to_rgb_image(cap)
/cts/apps/CameraITS/tests/inprog/scene2/
Dtest_dng_tags.py56 img = its.image.convert_capture_to_rgb_image(cap)

123