Searched defs:argb (Results 1 – 1 of 1) sorted by relevance
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