Home | History | Annotate | Download | only in exif

Lines Matching refs:ifd

98     // The ifd that this tag should be put in
108 * Returns true if the given IFD is a valid IFD.
127 ExifTag(short tagId, short type, int componentCount, int ifd,
133 mIfd = ifd;
154 * Returns the ID of the IFD this tag belongs to.
1003 return String.format("tag id: %04X\n", mTagId) + "ifd id: " + mIfd + "\ntype: "