Searched refs:numberOfDirectoryEntry (Results 1 – 1 of 1) sorted by relevance
2686 int numberOfDirectoryEntry = in.readInt(); in getRafAttributes() local2688 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in getRafAttributes()2693 for (int i = 0; i < numberOfDirectoryEntry; ++i) { in getRafAttributes()3169 short numberOfDirectoryEntry = dataInputStream.readShort(); in readImageFileDirectory() local3170 if (dataInputStream.mPosition + 12 * numberOfDirectoryEntry > dataInputStream.mLength in readImageFileDirectory()3171 || numberOfDirectoryEntry <= 0) { in readImageFileDirectory()3177 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in readImageFileDirectory()3181 for (short i = 0; i < numberOfDirectoryEntry; ++i) { in readImageFileDirectory()