Home | History | Annotate | Download | only in exif

Lines Matching defs:tagId

534         short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);