Home | History | Annotate | Download | only in exif

Lines Matching defs:TYPE_UNSIGNED_SHORT

44     public static final short TYPE_UNSIGNED_SHORT = 3;
80 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
121 type == TYPE_UNSIGNED_SHORT || type == TYPE_UNSIGNED_LONG ||
147 * @see #TYPE_UNSIGNED_SHORT
187 * @see #TYPE_UNSIGNED_SHORT
227 * type {@link #TYPE_UNSIGNED_SHORT}. This method will fail if:
229 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT},
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
261 * type {@link #TYPE_UNSIGNED_SHORT}, or {@link #TYPE_LONG}. This method
264 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT},
646 * of type {@link #TYPE_UNSIGNED_SHORT}, {@link #TYPE_UNSIGNED_LONG}.
668 * {@link #TYPE_UNSIGNED_SHORT}, {@link #TYPE_UNSIGNED_LONG}.
781 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_UNSIGNED_SHORT}. For
895 case TYPE_UNSIGNED_SHORT: