Searched defs:argb (Results 1 – 4 of 4) sorted by relevance
24 public static float brightness(int argb) { in brightness()34 public static float hue(int argb) { in hue()
195 int[] argb = new int[stride * height]; in testGetYuvData() local232 int[] argb = new int [stride * height]; in generateYuvImage() local297 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()380 private void argb2yuv(int argb, byte[] yuv) { in argb2yuv()391 int[] argb = new int[WIDTH * HEIGHT]; in verifyParameters() local
880 Bitmap argb = Bitmap.createBitmap(gray.getWidth(), gray.getHeight(), Config.ARGB_8888); in grayToARGB() local
62 public static int argb(int alpha, int red, int green, int blue) { in argb() method in ColorUtils