Searched defs:DirectoryEntry (Results 1 – 1 of 1) sorted by relevance
28 struct DirectoryEntry { struct29 ExifTag tag;30 ExifFormat format;31 int32_t dataCounts; // Counts of this format data32 uint32_t valueOffset; // Offset of Directory Entry data area from JPEG File33 uint32_t valueLength; // Length of Directory Entry data area34 ExifIfd ifd; // IFD of this Entry is in