Searched refs:byteToIntArray (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
H A DStreamUtils.java31 public static boolean byteToIntArray(int[] output, byte[] input, ByteOrder endianness) { method in class:StreamUtils
50 public static int[] byteToIntArray(byte[] input, ByteOrder endianness) { method in class:StreamUtils
52 byteToIntArray(output, input, endianness);
59 public static int[] byteToIntArray(byte[] input) { method in class:StreamUtils
60 return byteToIntArray(input, ByteOrder.nativeOrder());

Completed in 273 milliseconds