Searched refs:recip_exposure_time (Results 1 – 1 of 1) sorted by relevance
4605 float recip_exposure_time = 0.5f + 1.0f/ImageInfo.ExposureTime; in PHP_FUNCTION() local4606 if (ImageInfo.ExposureTime <= 0.5 && recip_exposure_time < (float)INT_MAX) { in PHP_FUNCTION()4607 …ION_COMPUTED, "ExposureTime", "%0.3F s (1/%d)", ImageInfo.ExposureTime, (int) recip_exposure_time); in PHP_FUNCTION()
Completed in 17 milliseconds