Searched refs:writeUnsignedShort (Results 1 – 2 of 2) sorted by relevance
3030 dataOutputStream.writeUnsignedShort(length + 2); in saveJpegAttributes()3056 dataOutputStream.writeUnsignedShort(length); in saveJpegAttributes()3815 dataOutputStream.writeUnsignedShort(totalSize); in writeExifSegment()3820 dataOutputStream.writeUnsignedShort(START_CODE); in writeExifSegment()3828 dataOutputStream.writeUnsignedShort(mAttributes[ifdType].size()); in writeExifSegment()3840 dataOutputStream.writeUnsignedShort(tagNumber); in writeExifSegment()3841 dataOutputStream.writeUnsignedShort(attribute.format); in writeExifSegment()4261 public void writeUnsignedShort(int val) throws IOException { in writeUnsignedShort() method in ExifInterface.ByteOrderedDataOutputStream
35861 Landroid/media/ExifInterface$ByteOrderedDataOutputStream;->writeUnsignedShort(I)V