Searched refs:img (Results 1 – 8 of 8) sorted by relevance
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/ |
D | PerformanceTestTest.java | 39 BufferedImage img = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); in createImage() local 42 img.setRGB(i, j, color); in createImage() 46 ImageIO.write(img, "png", outputStream); in createImage() 52 InputStream img = createImage(0xff000000); in testBlackImage() local 53 assertTrue(PerformanceTest.isImageBlack(img)); in testBlackImage() 58 InputStream img = createImage(0x00ffffff); in testTransparentImage() local 59 assertTrue(PerformanceTest.isImageBlack(img)); in testTransparentImage() 64 InputStream img = createImage(0xff000001); in testAlmostBlackImage() local 65 assertFalse(PerformanceTest.isImageBlack(img)); in testAlmostBlackImage()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackImageAnalyzer.java | 82 BufferedImage img = null; in analyzeImage() local 85 img = ImageIO.read(f); in analyzeImage() 91 final int width = img.getWidth(); in analyzeImage() 92 final int height = img.getHeight(); in analyzeImage() 132 projectPixelsToXAxis(img, targetColors, horizontal, width, height); in analyzeImage() 142 projectPixelsToYAxis(img, targetColors, vertical, height, durationBounds); in analyzeImage() 387 BufferedImage img, in projectPixelsToXAxis() argument 396 final int color = img.getRGB(x, y); in projectPixelsToXAxis() 408 BufferedImage img, in projectPixelsToYAxis() argument 423 final int color = img.getRGB(x, y); in projectPixelsToYAxis()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/ |
D | PerformanceTest.java | 234 BufferedImage img = ImageIO.read(stream); in isImageBlack() local 235 for (int i = 0; i < img.getWidth(); i++) { in isImageBlack() 237 for (int j = img.getHeight() / 4; j < img.getHeight() * 3 / 4; j++) { in isImageBlack() 238 int color = img.getRGB(i, j); in isImageBlack()
|
/tools/treble/build/ |
D | README.md | 71 like system.img and host tools like adb.
|
/tools/treble/build/sandbox/ |
D | nsjail.cfg | 126 # /dev/urandom used during the creation of system.img 142 # /dev/zero is required to make vendor-qemu.img
|
/tools/acloud/public/data/ |
D | default.config | 6 disk_raw_image_extension: ".img"
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 73 // The file extension of a raw linux image file, e.g. "img"
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |