HomeSort by relevance Sort by last modified time
    Searched refs:ErrNonfatal (Results 1 - 6 of 6) sorted by null

  /external/jhead/
makernote.c 24 ErrNonfatal("Illegally sized directory",0,0);
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
55 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
67 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
gpsinfo.c 151 ErrNonfatal("GPS info directory goes past end of exif",0,0);
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
179 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
208 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format, 0);
exif.c 459 ErrNonfatal("Illegal format code %d",Format,0);
555 ErrNonfatal("Maximum directory nesting exceeded (corrupt exif header)", 0,0);
574 ErrNonfatal("Illegally sized exif subdirectory (%d entries)",NumDirEntries,0);
602 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
607 ErrNonfatal("Illegal number of components %d for tag %04x", Components, Tag);
619 ErrNonfatal("Illegal value pointer for tag %04x", Tag,0);
728 ErrNonfatal("More than %d date fields! This is nuts", MAX_DATE_COPIES, 0);
    [all...]
iptc.c 74 ErrNonfatal("IPTC type signature mismatch\n",0,0);
167 ErrNonfatal("Pointer corruption in IPTC\n",0,0);
jhead.h 168 void ErrNonfatal(char * msg, int a1, int a2);
jhead.c 116 void ErrNonfatal(char * msg, int a1, int a2)
    [all...]

Completed in 69 milliseconds