Searched defs:argb (Results 1 – 3 of 3) sorted by relevance
24 public static float brightness(int argb) { in brightness()34 public static float hue(int argb) { in hue()
203 int[] argb = new int[stride * height]; in testGetYuvData() local239 int[] argb = new int [stride * height]; in generateYuvImage() local303 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()386 private void argb2yuv(int argb, byte[] yuv) { in argb2yuv()397 int[] argb = new int[WIDTH * HEIGHT]; in checkParameters() local
701 Bitmap argb = Bitmap.createBitmap(gray.getWidth(), gray.getHeight(), Config.ARGB_8888); in grayToARGB() local