Home
last modified time | relevance | path

Searched refs:exif_convert_any_to_int (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/exif/
H A Dexif.c1720 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel) in exif_convert_any_to_int() function
3378 …ImageInfo->Thumbnail.width = exif_convert_any_to_int(value_ptr, exif_rewrite_tag_format_to_unsigne… in exif_process_IFD_TAG_impl()
3383 …ImageInfo->Thumbnail.height = exif_convert_any_to_int(value_ptr, exif_rewrite_tag_format_to_unsign… in exif_process_IFD_TAG_impl()
3389 …ImageInfo->Thumbnail.offset = exif_convert_any_to_int(value_ptr, exif_rewrite_tag_format_to_unsign… in exif_process_IFD_TAG_impl()
3399 …ImageInfo->Thumbnail.size = exif_convert_any_to_int(value_ptr, exif_rewrite_tag_format_to_unsigned… in exif_process_IFD_TAG_impl()
3405 …ImageInfo->Thumbnail.size = exif_convert_any_to_int(value_ptr, exif_rewrite_tag_format_to_unsigned… in exif_process_IFD_TAG_impl()
3489 …ImageInfo->ExifImageWidth = exif_convert_any_to_int(value_ptr, exif_rewrite_tag_format_to_unsigned… in exif_process_IFD_TAG_impl()
3506 switch (exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel)) { in exif_process_IFD_TAG_impl()

Completed in 15 milliseconds