Home
last modified time | relevance | path

Searched refs:tile (Results 1 – 25 of 33) sorted by relevance

12

/cts/tests/tests/media/res/raw/
Dvp90_2_08_tile_4x4_vp9_md51 a3b9b715a7e2aed15430faabb3c8b7b3 vp90-2-08-tile-4x4-1920x1080-0001.i420
2 85fa2105aa554e680056d1a413ac9673 vp90-2-08-tile-4x4-1920x1080-0002.i420
3 4abb371be22d7914bb62b30d901c30ce vp90-2-08-tile-4x4-1920x1080-0003.i420
4 83c2528204ae3fd4d4cc8fc67b641d3a vp90-2-08-tile-4x4-1920x1080-0004.i420
5 86fcc862b8c8d64690ba3c4a6bff9f74 vp90-2-08-tile-4x4-1920x1080-0005.i420
Dvp90_2_08_tile_4x1_vp9_md51 82fe82552fc693418e68f7757c67bbcb vp90-2-08-tile-4x1-1920x1080-0001.i420
2 28db6328c54d2dbe7e9efae5ca58cec8 vp90-2-08-tile-4x1-1920x1080-0002.i420
3 72f6459dd217ddd05f42cd9e8d6f689f vp90-2-08-tile-4x1-1920x1080-0003.i420
4 12eeebc1533f812d01df0e2b2b8cf0f3 vp90-2-08-tile-4x1-1920x1080-0004.i420
5 7ddc1f11bb28f6ad235832e6a1bb88dd vp90-2-08-tile-4x1-1920x1080-0005.i420
/cts/apps/CameraITS/tests/scene1/
Dtest_jpeg.py44 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
45 rgb0 = its.image.compute_image_means(tile)
53 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
54 rgb1 = its.image.compute_image_means(tile)
Dtest_yuv_plus_jpeg.py50 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
51 rgb0 = its.image.compute_image_means(tile)
55 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
56 rgb1 = its.image.compute_image_means(tile)
Dtest_yuv_plus_raw.py51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb0 = its.image.compute_image_means(tile)
58 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
59 rgb1 = its.image.compute_image_means(tile)
Dtest_yuv_plus_raw10.py51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb0 = its.image.compute_image_means(tile)
58 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
59 rgb1 = its.image.compute_image_means(tile)
Dtest_yuv_plus_raw12.py51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb0 = its.image.compute_image_means(tile)
58 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
59 rgb1 = its.image.compute_image_means(tile)
Dtest_black_white.py57 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
58 black_means = its.image.compute_image_means(tile)
72 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
73 white_means = its.image.compute_image_means(tile)
Dtest_tonemap_sequence.py56 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
57 means.append(tile.mean(0).mean(0))
65 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
66 means.append(tile.mean(0).mean(0))
Dtest_yuv_jpeg_all.py52 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
53 rgb = its.image.compute_image_means(tile)
69 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
70 rgb = its.image.compute_image_means(tile)
Dtest_param_tonemap_mode.py75 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
76 rgb_means.append(its.image.compute_image_means(tile))
100 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
101 rgb_means.append(its.image.compute_image_means(tile))
Dtest_reprocess_noise_reduction.py82 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
83 ref_snr = its.image.compute_image_snrs(tile)
112 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
114 rgb_snrs = its.image.compute_image_snrs(tile)
Dtest_dng_noise_model.py84 tile = its.image.get_image_patch(plane, 0.49,0.49,0.02,0.02)
85 mean = tile.mean()
90 its.image.compute_image_variances(tile)[0])
Dtest_locked_burst.py63 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
64 means = its.image.compute_image_means(tile)
Dtest_param_flash_mode.py59 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
60 rgb = its.image.compute_image_means(tile)
Dtest_burst_sameness_manual.py62 tile = its.image.get_image_patch(imgs[n], 0.45, 0.45, 0.1, 0.1)
63 means = its.image.compute_image_means(tile)
Dtest_param_exposure_time.py55 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
56 rgb_means = its.image.compute_image_means(tile)
Dtest_param_sensitivity.py61 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
62 rgb_means = its.image.compute_image_means(tile)
Dtest_param_color_correction.py84 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
85 rgb_means = its.image.compute_image_means(tile)
Dtest_ev_compensation_advanced.py85 tile = its.image.get_image_patch(y, 0.45,0.45,0.1,0.1)
86 lumas.append(its.image.compute_image_means(tile)[0])
Dtest_raw_sensitivity.py63 tile = its.image.get_image_patch(gr, 0.445, 0.445, 0.11, 0.11)
64 var = its.image.compute_image_variances(tile)[0]
/cts/apps/CameraITS/tests/
Dtutorial.py141 tile = its.image.get_image_patch(rgbimg, 0.45, 0.45, 0.1, 0.1)
142 its.image.write_image(tile, "%s_rgb_2_tile.jpg" % (NAME))
145 rgb_means = its.image.compute_image_means(tile)
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java46 Bitmap tile = Bitmap.createBitmap(TILE_WIDTH, TILE_HEIGHT, Config.ARGB_8888); in testBitmapShader() local
47 tile.eraseColor(BORDER_COLOR); in testBitmapShader()
48 Canvas c = new Canvas(tile); in testBitmapShader()
53 BitmapShader shader = new BitmapShader(tile, Shader.TileMode.REPEAT, in testBitmapShader()
/cts/apps/CameraITS/tests/inprog/
Dtest_burst_sameness_auto.py69 tile = its.image.get_image_patch(imgs[n], 0.45, 0.45, 0.1, 0.1)
70 means = its.image.compute_image_means(tile)
/cts/apps/CameraITS/tests/scene3/
Dtest_edge_enhancement.py66 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
67 sharpness_list.append(its.image.compute_image_sharpness(tile))

12