Home
last modified time | relevance | path

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

123

/cts/apps/CameraITS/tests/scene1/
Dtest_auto_vs_manual.py59 img_auto = its.image.convert_capture_to_rgb_image(cap_auto)
72 img_man1 = its.image.convert_capture_to_rgb_image(cap_man1)
86 img_man2 = its.image.convert_capture_to_rgb_image(cap_man2)
Dtest_yuv_plus_jpeg.py48 img = its.image.convert_capture_to_rgb_image(cap_yuv, True)
53 img = its.image.convert_capture_to_rgb_image(cap_jpeg, True)
Dtest_yuv_plus_raw12.py50 img = its.image.convert_capture_to_rgb_image(cap_yuv)
57 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
Dtest_multi_camera_match.py69 img_raw = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
75 img_yuv1 = its.image.convert_capture_to_rgb_image(
84 img_yuv2 = its.image.convert_capture_to_rgb_image(
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_tonemap_sequence.py55 img = its.image.convert_capture_to_rgb_image(cap)
64 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_black_white.py55 img = its.image.convert_capture_to_rgb_image(cap)
70 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_param_tonemap_mode.py73 img = its.image.convert_capture_to_rgb_image(cap)
97 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_yuv_plus_dng.py43 img = its.image.convert_capture_to_rgb_image(cap_yuv)
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_jpeg.py42 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_post_raw_sensitivity_boost.py100 raw_rgb = its.image.convert_capture_to_rgb_image(raw_cap, props=props)
101 yuv_rgb = its.image.convert_capture_to_rgb_image(yuv_cap)
Dtest_locked_burst.py63 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_param_sensitivity.py58 img = its.image.convert_capture_to_rgb_image(cap)
Dtest_param_exposure_time.py52 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_burst_capture.py34 img = its.image.convert_capture_to_rgb_image(cap, props=props)
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)
/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_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)

123