Searched refs:convert_capture_to_rgb_image (Results 1 – 25 of 54) sorted by relevance
123
/cts/apps/CameraITS/tests/scene1/ |
D | test_auto_vs_manual.py | 61 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)
|
D | test_yuv_plus_jpeg.py | 50 img = its.image.convert_capture_to_rgb_image(cap_yuv, True) 55 img = its.image.convert_capture_to_rgb_image(cap_jpeg, True)
|
D | test_yuv_plus_raw.py | 52 img = its.image.convert_capture_to_rgb_image(cap_yuv) 59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
|
D | test_yuv_plus_raw10.py | 53 img = its.image.convert_capture_to_rgb_image(cap_yuv) 60 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
|
D | test_yuv_plus_raw12.py | 52 img = its.image.convert_capture_to_rgb_image(cap_yuv) 59 img = its.image.convert_capture_to_rgb_image(cap_raw, props=props)
|
D | test_tonemap_sequence.py | 58 img = its.image.convert_capture_to_rgb_image(cap) 67 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_black_white.py | 54 img = its.image.convert_capture_to_rgb_image(cap) 73 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_param_tonemap_mode.py | 73 img = its.image.convert_capture_to_rgb_image(cap) 97 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_crop_regions.py | 54 img_full = its.image.convert_capture_to_rgb_image(cap_full) 82 img_crop = its.image.convert_capture_to_rgb_image(cap)
|
D | test_param_noise_reduction.py | 62 rgb_image = its.image.convert_capture_to_rgb_image(cap) 86 rgb_image = its.image.convert_capture_to_rgb_image(cap)
|
D | test_post_raw_sensitivity_boost.py | 102 raw_rgb = its.image.convert_capture_to_rgb_image( 104 yuv_rgb = its.image.convert_capture_to_rgb_image(yuv_cap)
|
D | test_yuv_plus_dng.py | 45 img = its.image.convert_capture_to_rgb_image(cap_yuv)
|
D | test_jpeg.py | 45 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_channel_saturation.py | 51 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_locked_burst.py | 63 img = its.image.convert_capture_to_rgb_image(cap)
|
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 78 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/ |
D | test_test_patterns.py | 75 img = its.image.convert_capture_to_rgb_image(cap, props=props) 138 img = its.image.convert_capture_to_rgb_image(cap, props=props)
|
D | test_tonemap_curve.py | 123 img_raw = its.image.convert_capture_to_rgb_image( 140 img_yuv = its.image.convert_capture_to_rgb_image(cap_yuv, True)
|
D | test_burst_capture.py | 40 img = its.image.convert_capture_to_rgb_image(cap, props=props)
|
/cts/apps/CameraITS/tests/inprog/ |
D | test_param_edge_mode.py | 43 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_crop_region.py | 59 img = its.image.convert_capture_to_rgb_image(cap)
|
D | test_burst_sameness_auto.py | 68 imgs[n] = its.image.convert_capture_to_rgb_image(cap)
|
D | test_burst_sameness_fullres_auto.py | 67 its.image.convert_capture_to_rgb_image(cap), 4)
|
/cts/apps/CameraITS/tools/ |
D | validate_scene.py | 63 img = its.image.convert_capture_to_rgb_image(cap)
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
D | test_dng_tags.py | 56 img = its.image.convert_capture_to_rgb_image(cap)
|
123