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

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java26 * Exif and InputStreamBuffer were pulled in from frameworks/ex/photo, and should be part of a
71 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false);
187 private static int pack(final InputStreamBuffer bytes, int offset, int length,
203 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) {
H A DInputStreamBuffer.java56 public class InputStreamBuffer { class
60 private static final String TAG = InputStreamBuffer.class.getSimpleName();
97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, method in class:InputStreamBuffer
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java66 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false);
182 private static int pack(final InputStreamBuffer bytes, int offset, int length,
198 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) {
H A DInputStreamBuffer.java56 public class InputStreamBuffer { class
60 private static final String TAG = "InputStreamBuffer";
97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, method in class:InputStreamBuffer

Completed in 88 milliseconds