Home | History | Annotate | Download | only in exif

Lines Matching defs:TYPE_UNSIGNED_BYTE

32   static final short TYPE_UNSIGNED_BYTE = 1;
71 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
109 return type == TYPE_UNSIGNED_BYTE
136 * @see #TYPE_UNSIGNED_BYTE
174 * @see #TYPE_UNSIGNED_BYTE
339 * #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method will fail if:
342 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or {@link
351 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
425 * {@link #TYPE_UNSIGNED_BYTE}, {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_UNSIGNED_SHORT}.
480 case TYPE_UNSIGNED_BYTE: