Searched refs:get_image_patch (Results 1 – 25 of 32) sorted by relevance
12
/cts/apps/CameraITS/tests/scene1/ |
D | test_yuv_plus_jpeg.py | 46 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_yuv_plus_raw12.py | 46 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 53 tile = its.image.get_image_patch(img, 0.475, 0.475, 0.05, 0.05)
|
D | test_yuv_plus_raw10.py | 46 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 53 tile = its.image.get_image_patch(img, 0.475, 0.475, 0.05, 0.05)
|
D | test_yuv_plus_raw.py | 45 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 52 tile = its.image.get_image_patch(img, 0.475, 0.475, 0.05, 0.05)
|
D | test_jpeg.py | 44 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 53 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_tonemap_sequence.py | 48 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 57 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_black_white.py | 49 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 64 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_yuv_jpeg_all.py | 52 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 69 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_param_tonemap_mode.py | 67 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 92 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_param_noise_reduction.py | 65 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 90 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_reprocess_noise_reduction.py | 79 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 102 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_param_flash_mode.py | 51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_ev_compensation_basic.py | 52 tile = its.image.get_image_patch(y, 0.45,0.45,0.1,0.1)
|
D | test_locked_burst.py | 61 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_param_exposure_time.py | 47 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_param_sensitivity.py | 53 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_burst_sameness_manual.py | 62 tile = its.image.get_image_patch(imgs[n], 0.45, 0.45, 0.1, 0.1)
|
D | test_raw_sensitivity.py | 61 tile = its.image.get_image_patch(plane, 0.45,0.45,0.1,0.1)
|
D | test_raw_burst_sensitivity.py | 68 tile = its.image.get_image_patch(plane, 0.45,0.45,0.1,0.1)
|
D | test_ev_compensation_advanced.py | 67 tile = its.image.get_image_patch(y, 0.45,0.45,0.1,0.1)
|
D | test_param_color_correction.py | 76 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_exposure.py | 63 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
D | test_linearity.py | 78 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
|
/cts/apps/CameraITS/tests/inprog/ |
D | test_blc_lsc.py | 78 tile_center = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 84 tile_corner = its.image.get_image_patch(img, 0.0, 0.0, 0.1, 0.1)
|
D | test_burst_sameness_auto.py | 69 tile = its.image.get_image_patch(imgs[n], 0.45, 0.45, 0.1, 0.1)
|
12