Home
last modified time | relevance | path

Searched refs:ErrNonfatal (Results 1 – 6 of 6) sorted by relevance

/external/jhead/
Dmakernote.c24 ErrNonfatal("Illegally sized directory",0,0); in ProcessCanonMakerNoteDir()
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessCanonMakerNoteDir()
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessCanonMakerNoteDir()
67 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessCanonMakerNoteDir()
Dexif.c459 ErrNonfatal("Illegal format code %d",Format,0); in ConvertAnyFormat()
555 ErrNonfatal("Maximum directory nesting exceeded (corrupt exif header)", 0,0); in ProcessExifDir()
574 ErrNonfatal("Illegally sized exif subdirectory (%d entries)",NumDirEntries,0); in ProcessExifDir()
602 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessExifDir()
607 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessExifDir()
619 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessExifDir()
728 ErrNonfatal("More than %d date fields! This is nuts", MAX_DATE_COPIES, 0); in ProcessExifDir()
845 ErrNonfatal("More than two orientation tags!",0,0); in ProcessExifDir()
854 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0); in ProcessExifDir()
952 ErrNonfatal("Illegal exif or interop ofset directory link",0,0); in ProcessExifDir()
[all …]
Dgpsinfo.c151 ErrNonfatal("GPS info directory goes past end of exif",0,0); in ProcessGpsInfo()
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessGpsInfo()
179 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessGpsInfo()
208 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format, 0); in ProcessGpsInfo()
Diptc.c74 ErrNonfatal("IPTC type signature mismatch\n",0,0); in show_IPTC()
167 ErrNonfatal("Pointer corruption in IPTC\n",0,0); in show_IPTC()
Djhead.h168 void ErrNonfatal(char * msg, int a1, int a2);
Djhead.c116 void ErrNonfatal(char * msg, int a1, int a2) in ErrNonfatal() function