Home | History | Annotate | Download | only in exif

Lines Matching refs:ifdFlags

1659             int ifdFlags = getFlagsFromAllowedIfds(allowedIfds);
1665 if ((ifdFlags & allowedFlags) != 0) {
1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount);
2083 int ifdFlags = getFlagsFromAllowedIfds(ifdAllowedIfds) << 24;
2085 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2087 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1);
2089 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1);
2091 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 3);
2093 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1);
2095 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1);
2096 mTagInfo.put(ExifInterface.TAG_ORIENTATION, ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16
2099 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1);
2101 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1);
2103 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 2);
2105 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1);
2107 ifdFlags | ExifTag.TYPE_UNSIGNED_RATIONAL << 16 | 1);
2109 ifdFlags | ExifTag.TYPE_UNSIGNED_RATIONAL << 16 | 1);
2111 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 1);
2113 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | ExifTag.SIZE_UNDEFINED);
2115 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1);
2117 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | ExifTag.SIZE_UNDEFINED);
2119 ifdFlags | ExifTag.TYPE_UNSIGNED_SHORT << 16 | 3 * 256);
2121 ifdFlags | ExifTag.TYPE_UNSIGNED_RATIONAL << 16 | 2);
2123 ifdFlags | ExifTag.TYPE_UNSIGNED_RATIONAL << 16 | 6);
2125 ifdFlags | ExifTag.TYPE_UNSIGNED_RATIONAL << 16 | 3);
2127 ifdFlags | ExifTag.TYPE_UNSIGNED_RATIONAL << 16 | 6);
2129 ifdFlags | ExifTag.TYPE_ASCII << 16 | 20);
2131 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2133 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2135 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2137 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2139 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2141 ifdFlags | ExifTag.TYPE_ASCII << 16 | ExifTag.SIZE_UNDEFINED);
2143 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1);
2145 ifdFlags | ExifTag.TYPE_UNSIGNED_LONG << 16 | 1);
2351 int ifdFlags = getAllowedIfdFlagsFromInfo(info);
2355 int flag = (ifdFlags >> i) & 1;
2373 int ifdFlags = getAllowedIfdFlagsFromInfo(info);
2375 if (ifd == ifds[i] && ((ifdFlags >> i) & 1) == 1) {