Searched refs:exifChunkLength (Results 1 – 1 of 1) sorted by relevance
3663 int exifChunkLength = dataInputStream.readInt(); in savePngAttributes() local3664 dataInputStream.skipBytes(PNG_CHUNK_TYPE_BYTE_LENGTH + exifChunkLength in savePngAttributes()3756 int exifChunkLength = totalInputStream.readInt(); in saveWebpAttributes() local3759 if (exifChunkLength % 2 != 0) { in saveWebpAttributes()3760 exifChunkLength++; in saveWebpAttributes()3762 totalInputStream.skipBytes(exifChunkLength); in saveWebpAttributes()