Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c838 ImageInfo.FlashUsed=(int)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir()
1688 if (ImageInfo.FlashUsed >= 0){ in ShowImageInfo()
1689 if (ImageInfo.FlashUsed & 1){ in ShowImageInfo()
1691 switch (ImageInfo.FlashUsed){ in ShowImageInfo()
1712 switch (ImageInfo.FlashUsed){ in ShowImageInfo()
1954 if (ImageInfo.FlashUsed >= 0 && ImageInfo.FlashUsed & 1){ in ShowConciseImageInfo()
Dmain.c88 ImageInfo.FlashUsed = -1; in loadExifInfo()
585 if (ImageInfo.FlashUsed >= 0) { in getAttributes()
586 bufLen = addKeyValueInt(&buf, bufLen, "Flash", ImageInfo.FlashUsed); in getAttributes()
Djhead.h89 int FlashUsed; member
Djhead.c790 ImageInfo.FlashUsed = -1;