Home
last modified time | relevance | path

Searched refs:getIfd (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifReader.java61 exifData.getIfdData(tag.getIfd()).setTag(tag); in read()
69 exifData.getIfdData(tag.getIfd()).setTag(tag); in read()
DExifData.java170 int ifd = tag.getIfd(); in addTag()
DExifTag.java162 public int getIfd() { in getIfd() method in ExifTag
DExifOutputStream.java247 data.removeTag(t.getTagId(), t.getIfd()); in stripNullValueTags()
DExifParser.java591 int ifd = tag.getIfd(); in checkOffsetOrImageTag()
DExifInterface.java1701 int ifd = tag.getIfd(); in getTagDefinitionForTag()
/frameworks/av/media/img_utils/include/img_utils/
DStripSource.h47 virtual uint32_t getIfd() const = 0;
/frameworks/av/media/img_utils/src/
DTiffWriter.cpp112 if (sources[j]->getIfd() == ifdKey) { in write()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp546 virtual uint32_t getIfd() const;
657 uint32_t InputStripSource::getIfd() const { in getIfd() function in InputStripSource
680 virtual uint32_t getIfd() const;
749 uint32_t DirectStripSource::getIfd() const { in getIfd() function in DirectStripSource