Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h95 float ExposureBias; member
Dmain.c628 if (ImageInfo.ExposureBias){ in getAttributes()
631 …en = addKeyValueDouble(&buf, bufLen, "ExposureBiasValue", (double)ImageInfo.ExposureBias, "%4.2f"); in getAttributes()
Dexif.c889 ImageInfo.ExposureBias = (float)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1763 if (ImageInfo.ExposureBias){ in ShowImageInfo()
1766 printf("Exposure bias: %4.2f\n",(double)ImageInfo.ExposureBias); in ShowImageInfo()