Searched refs:getLongFromExifEntry (Results 1 – 1 of 1) sorted by relevance
794 static long getLongFromExifEntry(ExifEntry *e) { in getLongFromExifEntry() function897 info.mImagePixWidth = w ? getLongFromExifEntry(w) : 0; in getObjectInfo()898 info.mImagePixHeight = h ? getLongFromExifEntry(h) : 0; in getObjectInfo()