Searched refs:exif_convert_any_format (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/exif/ |
H A D | exif.c | 1636 static double exif_convert_any_format(void *value, int format, int motorola_intel) in exif_convert_any_format() function 3458 …ImageInfo->ApertureFNumber = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola… in exif_process_IFD_TAG_impl() 3468 = expf(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel)*logf(2.0)*0.5); in exif_process_IFD_TAG_impl() 3480 = expf(-exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel)*logf(2.0)); in exif_process_IFD_TAG_impl() 3494 … ImageInfo->FocalplaneXRes = exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl() 3501 …ImageInfo->Distance = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()
|
Completed in 38 milliseconds