HomeSort by relevance Sort by last modified time
    Searched defs:offsetSize (Results 1 - 6 of 6) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 61 public int offsetSize = 8;
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
102 offsetSize = tmp >>> 4;
118 return offsetSize;
121 public void setOffsetSize(int offsetSize) {
122 this.offsetSize = offsetSize;
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize);
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 296 int offsetSize = 4;
299 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
302 if (offsetSize < 4) {
303 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 297 int offsetSize = 4;
300 offsetSize = mCorrespondingEvent.firstEntry().getKey() -
303 if (offsetSize < 4) {
304 Log.w(TAG, "Invalid size of link to next IFD: " + offsetSize);
    [all...]

Completed in 284 milliseconds