Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java3727 ByteOrderedDataInputStream totalInputStream = in saveWebpAttributes() local
3750 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 …]