Searched refs:numberOfDirectoryEntry (Results 1 – 2 of 2) sorted by relevance
2414 int numberOfDirectoryEntry = in.readInt(); in getRafAttributes() local2416 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in getRafAttributes()2421 for (int i = 0; i < numberOfDirectoryEntry; ++i) { in getRafAttributes()2744 short numberOfDirectoryEntry = dataInputStream.readShort(); in readImageFileDirectory() local2745 if (dataInputStream.mPosition + 12 * numberOfDirectoryEntry > dataInputStream.mLength) { in readImageFileDirectory()2751 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in readImageFileDirectory()2755 for (short i = 0; i < numberOfDirectoryEntry; ++i) { in readImageFileDirectory()
2352 int numberOfDirectoryEntry = in.readInt(); in getRafAttributes() local2354 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in getRafAttributes()2359 for (int i = 0; i < numberOfDirectoryEntry; ++i) { in getRafAttributes()2686 short numberOfDirectoryEntry = dataInputStream.readShort(); in readImageFileDirectory() local2687 if (dataInputStream.mPosition + 12 * numberOfDirectoryEntry > dataInputStream.mLength) { in readImageFileDirectory()2693 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in readImageFileDirectory()2697 for (short i = 0; i < numberOfDirectoryEntry; ++i) { in readImageFileDirectory()