Home
last modified time | relevance | path

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

/external/jhead/
Djhead.h94 char SubSecTime[SUB_SEC_SIZE]; member
Dmain.c609 if (ImageInfo.SubSecTime[0]) { in getAttributes()
610 bufLen = addKeyValueString(&buf, bufLen, "SubSecTime", ImageInfo.SubSecTime); in getAttributes()
Dexif.c715 strlcpy(ImageInfo.SubSecTime, (char *)ValuePtr, sizeof(ImageInfo.SubSecTime)); in ProcessExifDir()