Home | History | Annotate | Download | only in media

Lines Matching defs:writeUnsignedShort

2825                     dataOutputStream.writeUnsignedShort(length + 2);
2851 dataOutputStream.writeUnsignedShort(length);
3579 dataOutputStream.writeUnsignedShort(totalSize);
3584 dataOutputStream.writeUnsignedShort(START_CODE);
3592 dataOutputStream.writeUnsignedShort(mAttributes[ifdType].size());
3604 dataOutputStream.writeUnsignedShort(tagNumber);
3605 dataOutputStream.writeUnsignedShort(attribute.format);
4021 public void writeUnsignedShort(int val) throws IOException {