Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c4652 float recip_exposure_time = 0.5f + 1.0f/ImageInfo.ExposureTime; in PHP_FUNCTION() local
4653 if (ImageInfo.ExposureTime <= 0.5 && recip_exposure_time < INT_MAX) { in PHP_FUNCTION()
4654 …ION_COMPUTED, "ExposureTime", "%0.3F s (1/%d)", ImageInfo.ExposureTime, (int) recip_exposure_time); in PHP_FUNCTION()

Completed in 22 milliseconds