Searched refs:writeUnsignedShort (Results 1 – 2 of 2) sorted by relevance
3590 dataOutputStream.writeUnsignedShort(length + 2); in saveJpegAttributes()3616 dataOutputStream.writeUnsignedShort(length); in saveJpegAttributes()4736 dataOutputStream.writeUnsignedShort(totalSize); in writeExifSegment()4755 dataOutputStream.writeUnsignedShort(START_CODE); in writeExifSegment()4763 dataOutputStream.writeUnsignedShort(mAttributes[ifdType].size()); in writeExifSegment()4775 dataOutputStream.writeUnsignedShort(tagNumber); in writeExifSegment()4776 dataOutputStream.writeUnsignedShort(attribute.format); in writeExifSegment()5214 public void writeUnsignedShort(int val) throws IOException { in writeUnsignedShort() method in ExifInterface.ByteOrderedDataOutputStream
25732 Landroid/media/ExifInterface$ByteOrderedDataOutputStream;->writeUnsignedShort(I)V