Home
last modified time | relevance | path

Searched refs:ExifLength (Results 1 – 4 of 4) sorted by relevance

/external/jhead/
Dmakernote.c11 unsigned ExifLength) in ProcessCanonMakerNoteDir() argument
23 if (DirEnd > (OffsetBase+ExifLength)){ in ProcessCanonMakerNoteDir()
65 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){ in ProcessCanonMakerNoteDir()
175 unsigned char * OffsetBase, unsigned ExifLength) in ProcessMakerNote() argument
178 ProcessCanonMakerNoteDir(ValuePtr, OffsetBase, ExifLength); in ProcessMakerNote()
Dexif.c544 unsigned ExifLength, int NestingLevel) in ProcessExifDir() argument
569 if (DirEnd+4 > (OffsetBase+ExifLength)){ in ProcessExifDir()
570 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){ in ProcessExifDir()
617 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){ in ProcessExifDir()
640 ProcessMakerNote(ValuePtr, ByteCount, OffsetBase, ExifLength); in ProcessExifDir()
799 int msiz = ExifLength - (ValuePtr-OffsetBase); in ProcessExifDir()
972 if (SubdirStart < OffsetBase || SubdirStart > OffsetBase+ExifLength){ in ProcessExifDir()
975 ProcessExifDir(SubdirStart, OffsetBase, ExifLength, NestingLevel+1); in ProcessExifDir()
986 if (SubdirStart < OffsetBase || SubdirStart > OffsetBase+ExifLength){ in ProcessExifDir()
989 ProcessGpsInfo(SubdirStart, ByteCount, OffsetBase, ExifLength); in ProcessExifDir()
[all …]
Dgpsinfo.c124 …nfo(unsigned char * DirStart, int ByteCountUnused, unsigned char * OffsetBase, unsigned ExifLength) in ProcessGpsInfo() argument
150 if (DirEntry+12 > OffsetBase+ExifLength){ in ProcessGpsInfo()
177 if (OffsetVal > UINT32_MAX - ByteCount || OffsetVal+ByteCount > ExifLength){ in ProcessGpsInfo()
Djhead.h223 unsigned char * OffsetBase, unsigned ExifLength);
227 unsigned char * OffsetBase, unsigned ExifLength);