Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3663 int exifChunkLength = dataInputStream.readInt(); in savePngAttributes() local
3664 dataInputStream.skipBytes(PNG_CHUNK_TYPE_BYTE_LENGTH + exifChunkLength in savePngAttributes()
3756 int exifChunkLength = totalInputStream.readInt(); in saveWebpAttributes() local
3759 if (exifChunkLength % 2 != 0) { in saveWebpAttributes()
3760 exifChunkLength++; in saveWebpAttributes()
3762 totalInputStream.skipBytes(exifChunkLength); in saveWebpAttributes()