Home
last modified time | relevance | path

Searched refs:skipDecodedBytes (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGInputStream.java142 int flag = skipDecodedBytes((int) (0x7FFFFFFF & byteCount)); in skip()
188 native private int skipDecodedBytes(int bytes); in skipDecodedBytes() method in JPEGInputStream