Searched refs:exifChunkLength (Results 1 – 1 of 1) sorted by relevance
3652 int exifChunkLength = dataInputStream.readInt(); in savePngAttributes() local3653 dataInputStream.skipBytes(PNG_CHUNK_TYPE_BYTE_LENGTH + exifChunkLength in savePngAttributes()3745 int exifChunkLength = totalInputStream.readInt(); in saveWebpAttributes() local3746 totalInputStream.skipBytes(exifChunkLength); in saveWebpAttributes()