Home | History | Annotate | Download | only in exif

Lines Matching refs:TYPE_UNDEFINED

58     public static final short TYPE_UNDEFINED = 7;
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED} .</li>
415 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
433 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
437 * {@link #TYPE_UNDEFINED} .</li>
569 * type {@link #TYPE_UNDEFINED} or {@link #TYPE_UNSIGNED_BYTE}.
584 * {@link #TYPE_UNDEFINED} or {@link #TYPE_UNSIGNED_BYTE}.
780 * {@link #TYPE_UNDEFINED}, {@link #TYPE_UNSIGNED_BYTE},
841 * Gets the {@link #TYPE_UNDEFINED} or {@link #TYPE_UNSIGNED_BYTE} data.
848 * {@link #TYPE_UNDEFINED} or {@link #TYPE_UNSIGNED_BYTE}.
851 if ((mDataType != TYPE_UNDEFINED) && (mDataType != TYPE_UNSIGNED_BYTE)) {
901 case TYPE_UNDEFINED: