Searched refs:writeUnsignedShort (Results 1 – 1 of 1) sorted by relevance
2004 dataOutputStream.writeUnsignedShort(length + 2); in saveJpegAttributes()2030 dataOutputStream.writeUnsignedShort(length); in saveJpegAttributes()2405 dataOutputStream.writeUnsignedShort(totalSize); in writeExifSegment()2410 dataOutputStream.writeUnsignedShort(0x2a); in writeExifSegment()2418 dataOutputStream.writeUnsignedShort(mAttributes[hint].size()); in writeExifSegment()2429 dataOutputStream.writeUnsignedShort(tagNumber); in writeExifSegment()2430 dataOutputStream.writeUnsignedShort(attribute.format); in writeExifSegment()2769 public void writeUnsignedShort(int val) throws IOException { in writeUnsignedShort() method in ExifInterface.ByteOrderAwarenessDataOutputStream