Searched refs:ExifLength (Results 1 – 4 of 4) sorted by relevance
/external/jhead/ |
D | makernote.c | 11 unsigned ExifLength) in ProcessCanonMakerNoteDir() argument 23 if (DirEnd > (OffsetBase+ExifLength)){ in ProcessCanonMakerNoteDir() 65 if (OffsetVal+ByteCount > ExifLength){ in ProcessCanonMakerNoteDir() 175 unsigned char * OffsetBase, unsigned ExifLength) in ProcessMakerNote() argument 178 ProcessCanonMakerNoteDir(ValuePtr, OffsetBase, ExifLength); in ProcessMakerNote()
|
D | exif.c | 463 unsigned ExifLength, int NestingLevel) in ProcessExifDir() argument 488 if (DirEnd+4 > (OffsetBase+ExifLength)){ in ProcessExifDir() 489 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){ in ProcessExifDir() 536 if (OffsetVal+ByteCount > ExifLength){ in ProcessExifDir() 559 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength); in ProcessExifDir() 860 if (SubdirStart < OffsetBase || SubdirStart > OffsetBase+ExifLength){ in ProcessExifDir() 863 ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1); in ProcessExifDir() 874 if (SubdirStart < OffsetBase || SubdirStart > OffsetBase+ExifLength){ in ProcessExifDir() 877 ProcessGpsInfo(SubdirStart, ByteCount, OffsetBase, ExifLength); in ProcessExifDir() 906 if (DIR_ENTRY_ADDR(DirStart, NumDirEntries) + 4 <= OffsetBase+ExifLength){ in ProcessExifDir() [all …]
|
D | gpsinfo.c | 126 …nfo(unsigned char * DirStart, int ByteCountUnused, unsigned char * OffsetBase, unsigned ExifLength) in ProcessGpsInfo() argument 152 if (DirEntry+12 > OffsetBase+ExifLength){ in ProcessGpsInfo() 179 if (OffsetVal+ByteCount > ExifLength){ in ProcessGpsInfo()
|
D | jhead.h | 203 unsigned char * OffsetBase, unsigned ExifLength); 207 unsigned char * OffsetBase, unsigned ExifLength);
|