HomeSort by relevance Sort by last modified time
    Searched refs:tagOffset (Results 1 - 18 of 18) sorted by null

  /external/dng_sdk/source/
dng_info.cpp 104 uint64 tagOffset,
132 stream.SetReadPosition (tagOffset);
139 tagOffset))
146 stream.SetReadPosition (tagOffset);
155 tagOffset))
162 stream.SetReadPosition (tagOffset);
171 tagOffset,
187 tagOffset,
189 tagOffset,
247 stream.Length () - tagOffset,
    [all...]
dng_shared.h 107 uint64 tagOffset);
217 uint64 tagOffset,
233 uint64 tagOffset);
241 uint64 tagOffset);
dng_exif.h 298 uint64 tagOffset);
311 uint64 tagOffset);
319 uint64 tagOffset);
327 uint64 tagOffset);
335 uint64 tagOffset);
343 uint64 tagOffset);
dng_shared.cpp 105 uint64 tagOffset)
604 fHueSatDeltas1Offset = tagOffset;
651 fHueSatDeltas2Offset = tagOffset;
775 fLookTableOffset = tagOffset;
945 fToneCurveOffset = tagOffset;
1088 uint64 tagOffset = stream.Position ();
1093 tagOffset = startPosition + stream.Get_uint32 ();
1095 stream.SetReadPosition (tagOffset);
1104 tagOffset))
1112 stream.SetReadPosition (tagOffset);
    [all...]
dng_info.h 107 uint64 tagOffset,
dng_ifd.cpp 266 uint64 tagOffset)
533 fTileOffsetsOffset = tagOffset;
552 stream.SetReadPosition (tagOffset);
653 fTileByteCountsOffset = tagOffset;
672 stream.SetReadPosition (tagOffset);
862 fTileOffsetsOffset = tagOffset;
881 stream.SetReadPosition (tagOffset);
907 fTileByteCountsOffset = tagOffset;
926 stream.SetReadPosition (tagOffset);
949 fSubIFDsOffset = tagOffset;
    [all...]
dng_ifd.h 247 uint64 tagOffset);
dng_exif.cpp 758 uint64 tagOffset)
770 tagOffset))
788 tagOffset))
807 tagOffset))
825 tagOffset))
843 tagOffset))
866 uint64 /* tagOffset */)
1260 uint64 /* tagOffset */)
1389 uint64 /* tagOffset */)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 217 int tagOffset, tagType, formatCode, componentCount;
219 tagOffset = calcTagOffset(firstIfdOffset, i);
221 tagType = segmentData.getInt16(tagOffset);
228 formatCode = segmentData.getInt16(tagOffset + 2);
238 componentCount = segmentData.getInt32(tagOffset + 4);
261 final int tagValueOffset = tagOffset + 8;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifModifier.java 33 private final List<TagOffset> mTagOffsets = new ArrayList<TagOffset>();
37 private static class TagOffset {
41 TagOffset(ExifTag tag, int offset) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
142 for (TagOffset tagOffset : mTagOffsets) {
143 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifModifier.java 33 private final List<TagOffset> mTagOffsets = new ArrayList<TagOffset>();
37 private static class TagOffset {
41 TagOffset(ExifTag tag, int offset) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
142 for (TagOffset tagOffset : mTagOffsets) {
143 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java 34 private final List<TagOffset> mTagOffsets = new ArrayList<TagOffset>();
38 private static class TagOffset {
42 TagOffset(ExifTag tag, int offset) {
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
143 for (TagOffset tagOffset : mTagOffsets) {
144 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifModifier.java 34 private final List<TagOffset> mTagOffsets = new ArrayList<TagOffset>();
38 private static class TagOffset {
42 TagOffset(ExifTag tag, int offset) {
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
143 for (TagOffset tagOffset : mTagOffsets) {
144 writeTagValue(tagOffset.mTag, tagOffset.mOffset);
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 561 milliseconds