Searched refs:ErrNonfatal (Results 1 – 6 of 6) sorted by relevance
/external/jhead/ |
D | makernote.c | 24 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()
|
D | exif.c | 454 ErrNonfatal("Illegal format code %d",Format,0); in ConvertAnyFormat() 474 ErrNonfatal("Maximum directory nesting exceeded (corrupt exif header)", 0,0); in ProcessExifDir() 493 ErrNonfatal("Illegally sized exif subdirectory (%d entries)",NumDirEntries,0); in ProcessExifDir() 521 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessExifDir() 526 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag); in ProcessExifDir() 538 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessExifDir() 647 ErrNonfatal("More than %d date fields! This is nuts", MAX_DATE_COPIES, 0); in ProcessExifDir() 754 ErrNonfatal("More than two orientation tags!",0,0); in ProcessExifDir() 763 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0); in ProcessExifDir() 861 ErrNonfatal("Illegal exif or interop ofset directory link",0,0); in ProcessExifDir() [all …]
|
D | gpsinfo.c | 153 ErrNonfatal("GPS info directory goes past end of exif",0,0); in ProcessGpsInfo() 163 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessGpsInfo() 181 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0); in ProcessGpsInfo() 210 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format, 0); in ProcessGpsInfo()
|
D | iptc.c | 74 ErrNonfatal("IPTC type signature mismatch\n",0,0); in show_IPTC() 167 ErrNonfatal("Pointer corruption in IPTC\n",0,0); in show_IPTC()
|
D | jhead.h | 163 void ErrNonfatal(char * msg, int a1, int a2);
|
D | jhead.c | 116 void ErrNonfatal(char * msg, int a1, int a2) in ErrNonfatal() function
|