Home
last modified time | relevance | path

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

/php-src/ext/exif/
H A Dexif.c1624 static double exif_convert_any_format(void *value, int format, int motorola_intel) in exif_convert_any_format() function
3446 …ImageInfo->ApertureFNumber = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola… in exif_process_IFD_TAG_impl()
3456 = expf(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel)*logf(2.0)*0.5); in exif_process_IFD_TAG_impl()
3468 = expf(-exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel)*logf(2.0)); in exif_process_IFD_TAG_impl()
3482 … ImageInfo->FocalplaneXRes = exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()
3489 …ImageInfo->Distance = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel); in exif_process_IFD_TAG_impl()

Completed in 17 milliseconds