Home | History | Annotate | Download | only in exif

Lines Matching defs:TYPE_UNSIGNED_SHORT

39   static final short TYPE_UNSIGNED_SHORT = 3;
73 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
111 || type == TYPE_UNSIGNED_SHORT
139 * @see #TYPE_UNSIGNED_SHORT
177 * @see #TYPE_UNSIGNED_SHORT
213 * #TYPE_UNSIGNED_SHORT}. This method will fail if:
216 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT}, {@link
226 if (mDataType != TYPE_UNSIGNED_SHORT
231 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
367 * #TYPE_UNSIGNED_SHORT}, {@link #TYPE_UNSIGNED_LONG}.
425 * {@link #TYPE_UNSIGNED_BYTE}, {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_UNSIGNED_SHORT}.
484 case TYPE_UNSIGNED_SHORT: