Searched refs:entry_tag (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/exif/ |
H A D | exif.c | 3570 int entry_tag , entry_type; in exif_process_IFD_in_TIFF() local 3603 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF() 3606 …4X,%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, t… in exif_process_IFD_in_TIFF() 3630 switch(entry_tag) { in exif_process_IFD_in_TIFF() 3690 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF() 3693 if (entry_tag == TAG_EXIF_IFD_POINTER || in exif_process_IFD_in_TIFF() 3694 entry_tag == TAG_INTEROP_IFD_POINTER || in exif_process_IFD_in_TIFF() 3695 entry_tag == TAG_GPS_IFD_POINTER || in exif_process_IFD_in_TIFF() 3696 entry_tag == TAG_SUB_IFD in exif_process_IFD_in_TIFF() 3698 switch(entry_tag) { in exif_process_IFD_in_TIFF() [all …]
|
/PHP-5.5/ext/standard/ |
H A D | image.c | 808 int entry_tag , entry_type; in php_handle_tiff() local 834 entry_tag = php_ifd_get16u(dir_entry+0, motorola_intel); in php_handle_tiff() 856 switch(entry_tag) { in php_handle_tiff()
|
Completed in 22 milliseconds