Home
last modified time | relevance | path

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

/PHP-5.5/ext/exif/
H A Dexif.c1242 static double exif_convert_any_format(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_format() function
3017 …ImageInfo->ApertureFNumber = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola… in exif_process_IFD_TAG()
3026 …= (float)exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)*log(2… in exif_process_IFD_TAG()
3037 …= (float)(1/exp(exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)*lo… in exif_process_IFD_TAG()
3049 …ImageInfo->FocalplaneXRes = exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel T… in exif_process_IFD_TAG()
3055 …ImageInfo->Distance = (float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel … in exif_process_IFD_TAG()
3059 switch((int)exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC)) { in exif_process_IFD_TAG()

Completed in 25 milliseconds