Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java3727 ByteOrderedDataInputStream totalInputStream = in saveWebpAttributes() local
3733 copy(totalInputStream, totalOutputStream, WEBP_SIGNATURE_1.length); in saveWebpAttributes()
3735 totalInputStream.skipBytes(WEBP_FILE_SIZE_BYTE_LENGTH + WEBP_SIGNATURE_2.length); in saveWebpAttributes()
3750 copy(totalInputStream, nonHeaderOutputStream, in saveWebpAttributes()
3755 totalInputStream.skipBytes(WEBP_CHUNK_TYPE_BYTE_LENGTH); in saveWebpAttributes()
3756 int exifChunkLength = totalInputStream.readInt(); in saveWebpAttributes()
3762 totalInputStream.skipBytes(exifChunkLength); in saveWebpAttributes()
3769 if (totalInputStream.read(firstChunkType) != firstChunkType.length) { in saveWebpAttributes()
3776 int size = totalInputStream.readInt(); in saveWebpAttributes()
3779 totalInputStream.read(data); in saveWebpAttributes()
[all …]