Home | History | Annotate | Download | only in exif

Lines Matching refs:checkOverflowForUnsignedShort

244         if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
912 private boolean checkOverflowForUnsignedShort(int[] value) {