Home
last modified time | relevance | path

Searched refs:numberOfDirectoryEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java2414 int numberOfDirectoryEntry = in.readInt(); in getRafAttributes() local
2416 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in getRafAttributes()
2421 for (int i = 0; i < numberOfDirectoryEntry; ++i) { in getRafAttributes()
2744 short numberOfDirectoryEntry = dataInputStream.readShort(); in readImageFileDirectory() local
2745 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()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2352 int numberOfDirectoryEntry = in.readInt(); in getRafAttributes() local
2354 Log.d(TAG, "numberOfDirectoryEntry: " + numberOfDirectoryEntry); in getRafAttributes()
2359 for (int i = 0; i < numberOfDirectoryEntry; ++i) { in getRafAttributes()
2686 short numberOfDirectoryEntry = dataInputStream.readShort(); in readImageFileDirectory() local
2687 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()