Searched refs:totalInputStream (Results 1 – 1 of 1) sorted by relevance
3727 ByteOrderedDataInputStream totalInputStream = in saveWebpAttributes() local3750 copy(totalInputStream, nonHeaderOutputStream, in saveWebpAttributes()3756 int exifChunkLength = totalInputStream.readInt(); in saveWebpAttributes()3762 totalInputStream.skipBytes(exifChunkLength); in saveWebpAttributes()3776 int size = totalInputStream.readInt(); in saveWebpAttributes()3779 totalInputStream.read(data); in saveWebpAttributes()3821 int size = totalInputStream.readInt(); in saveWebpAttributes()3837 totalInputStream.read(vp8Frame); in saveWebpAttributes()3848 widthAndHeight = totalInputStream.readInt(); in saveWebpAttributes()3861 widthAndHeight = totalInputStream.readInt(); in saveWebpAttributes()[all …]