Lines Matching refs:displacement

2709 …ype *ImageInfo, char *dir_start, const exif_offset_info *info, size_t displacement, int section_in…
2710 …ype *ImageInfo, char *dir_entry, const exif_offset_info *info, size_t displacement, int section_in…
3144 …ype *ImageInfo, char * value_ptr, int value_len, const exif_offset_info *info, size_t displacement) in exif_process_IFD_in_MAKERNOTE() argument
3187displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (intptr_t)dir_start-(intp… in exif_process_IFD_in_MAKERNOTE()
3237 info, displacement, section_index, 0, maker_note->tag_table)) { in exif_process_IFD_in_MAKERNOTE()
3260 …ype *ImageInfo, char *dir_entry, const exif_offset_info *info, size_t displacement, int section_in… in exif_process_IFD_TAG_impl() argument
3320 php_stream_seek(ImageInfo->infile, displacement+offset_val, SEEK_SET); in exif_process_IFD_TAG_impl()
3322 if (fgot!=displacement+offset_val) { in exif_process_IFD_TAG_impl()
3324 …R_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x%08X", fgot, displacement+offset_val); in exif_process_IFD_TAG_impl()
3347 …tag, exif_get_tagname_debug(tag, tag_table), offset_val+displacement, byte_count, byte_count, (com… in exif_process_IFD_TAG_impl()
3524 if (!exif_process_IFD_in_MAKERNOTE(ImageInfo, value_ptr, byte_count, info, displacement)) { in exif_process_IFD_TAG_impl()
3567 …if (!exif_process_IFD_in_JPEG(ImageInfo, Subdir_start, info, displacement, sub_section_index, tag)… in exif_process_IFD_TAG_impl()
3583 …ype *ImageInfo, char *dir_entry, const exif_offset_info *info, size_t displacement, int section_in… in exif_process_IFD_TAG() argument
3596 …result = exif_process_IFD_TAG_impl(ImageInfo, dir_entry, info, displacement, section_index, ReadNe… in exif_process_IFD_TAG()
3603 …ype *ImageInfo, char *dir_start, const exif_offset_info *info, size_t displacement, int section_in… in exif_process_IFD_in_JPEG() argument
3629 info, displacement, section_index, 1, exif_get_tag_table(section_index))) { in exif_process_IFD_in_JPEG()
3662 …if (exif_process_IFD_in_JPEG(ImageInfo, next_dir_start, info, displacement, SECTION_THUMBNAIL, 0))… in exif_process_IFD_in_JPEG()
3685 …process_TIFF_in_JPEG(image_info_type *ImageInfo, char *CharBuf, size_t length, size_t displacement) in exif_process_TIFF_in_JPEG() argument
3724 exif_process_IFD_in_JPEG(ImageInfo, CharBuf+offset_of_ifd, &info, displacement, SECTION_IFD0, 0); in exif_process_TIFF_in_JPEG()
3741 …id exif_process_APP1(image_info_type *ImageInfo, char *CharBuf, size_t length, size_t displacement) in exif_process_APP1() argument
3749 exif_process_TIFF_in_JPEG(ImageInfo, CharBuf + 8, length - 8, displacement+8); in exif_process_APP1()