Home | History | Annotate | Download | only in exif

Lines Matching refs:dataFormat

535         short dataFormat = mTiffStream.readShort();
542 if (!ExifTag.isValidType(dataFormat)) {
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
559 if ((offset < mIfd0Position) && (dataFormat == ExifTag.TYPE_UNDEFINED)) {