Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h90 float ExposureBias; member
Dmain.c619 if (ImageInfo.ExposureBias){ in getAttributes()
622 …en = addKeyValueDouble(&buf, bufLen, "ExposureBiasValue", (double)ImageInfo.ExposureBias, "%4.2f"); in getAttributes()
Dexif.c798 ImageInfo.ExposureBias = (float)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1609 if (ImageInfo.ExposureBias){ in ShowImageInfo()
1612 printf("Exposure bias: %4.2f\n",(double)ImageInfo.ExposureBias); in ShowImageInfo()