Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c863 ImageInfo.FlashUsed=(int)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1709 if (ImageInfo.FlashUsed >= 0){ in ShowImageInfo()
1710 if (ImageInfo.FlashUsed & 1){ in ShowImageInfo()
1712 switch (ImageInfo.FlashUsed){ in ShowImageInfo()
1733 switch (ImageInfo.FlashUsed){ in ShowImageInfo()
1975 if (ImageInfo.FlashUsed >= 0 && ImageInfo.FlashUsed & 1){ in ShowConciseImageInfo()
Dmain.c88 ImageInfo.FlashUsed = -1; in loadExifInfo()
631 if (ImageInfo.FlashUsed >= 0) { in getAttributes()
632 bufLen = addKeyValueInt(&buf, bufLen, "Flash", ImageInfo.FlashUsed); in getAttributes()
Djhead.h103 int FlashUsed; member
Djhead.c790 ImageInfo.FlashUsed = -1;