Home | History | Annotate | Download | only in media

Lines Matching refs:imageLengthValue

5716             int imageLengthValue = imageLengthAttribute.getIntValue(mExifByteOrder);
5718 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) {