Searched refs:numberOfDirectoryEntry (Results 1 – 1 of 1) sorted by relevance
3043 int numberOfDirectoryEntry = in.readInt(); in getRafAttributes() local3045 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in getRafAttributes()3050 for (int i = 0; i < numberOfDirectoryEntry; ++i) { in getRafAttributes()4049 short numberOfDirectoryEntry = dataInputStream.readShort(); in readImageFileDirectory() local4050 if (dataInputStream.mPosition + 12 * numberOfDirectoryEntry > dataInputStream.mLength in readImageFileDirectory()4051 || numberOfDirectoryEntry <= 0) { in readImageFileDirectory()4057 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in readImageFileDirectory()4061 for (short i = 0; i < numberOfDirectoryEntry; ++i) { in readImageFileDirectory()