Searched refs:writeUnsignedShort (Results 1 – 2 of 2) sorted by relevance
2825 dataOutputStream.writeUnsignedShort(length + 2); in saveJpegAttributes()2851 dataOutputStream.writeUnsignedShort(length); in saveJpegAttributes()3579 dataOutputStream.writeUnsignedShort(totalSize); in writeExifSegment()3584 dataOutputStream.writeUnsignedShort(START_CODE); in writeExifSegment()3592 dataOutputStream.writeUnsignedShort(mAttributes[ifdType].size()); in writeExifSegment()3604 dataOutputStream.writeUnsignedShort(tagNumber); in writeExifSegment()3605 dataOutputStream.writeUnsignedShort(attribute.format); in writeExifSegment()4021 public void writeUnsignedShort(int val) throws IOException { in writeUnsignedShort() method in ExifInterface.ByteOrderedDataOutputStream
5189 dataOutputStream.writeUnsignedShort(length + 2);5215 dataOutputStream.writeUnsignedShort(length);5937 dataOutputStream.writeUnsignedShort(totalSize);5942 dataOutputStream.writeUnsignedShort(START_CODE);5950 dataOutputStream.writeUnsignedShort(mAttributes[ifdType].size());5961 dataOutputStream.writeUnsignedShort(tagNumber);5962 dataOutputStream.writeUnsignedShort(attribute.format);6386 public void writeUnsignedShort(int val) throws IOException {