Lines Matching refs:php_ifd_get16u
1090 static int php_ifd_get16u(void *value, int motorola_intel) in php_ifd_get16u() function
1104 return (signed short)php_ifd_get16u(value, motorola_intel); in php_ifd_get16s()
1251 case TAG_FMT_USHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_format()
1270 case TAG_FMT_SSHORT: return (signed short)php_ifd_get16u(value, motorola_intel); in exif_convert_any_format()
1300 case TAG_FMT_USHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_to_int()
1319 case TAG_FMT_SSHORT: return php_ifd_get16u(value, motorola_intel); in exif_convert_any_to_int()
1753 info_value->u = php_ifd_get16u(vptr, motorola_intel); in exif_iif_add_value()
2766 NumDirEntries = php_ifd_get16u(dir_start, ImageInfo->motorola_intel); in exif_process_IFD_in_MAKERNOTE()
2826 tag = php_ifd_get16u(dir_entry, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
2827 format = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_TAG()
3137 NumDirEntries = php_ifd_get16u(dir_start, ImageInfo->motorola_intel); in exif_process_IFD_in_JPEG()
3209 exif_value_2a = php_ifd_get16u(CharBuf+2, ImageInfo->motorola_intel); in exif_process_TIFF_in_JPEG()
3548 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3567 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3568 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3582 entry_value = php_ifd_get16u(dir_entry+8, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3654 entry_tag = php_ifd_get16u(dir_entry+0, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3655 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()