Searched refs:NumEntries (Results 1 – 4 of 4) sorted by relevance
1177 unsigned short NumEntries; in create_EXIF() local1196 NumEntries = 2 + exifTagCount; // the two extra are the datetime and the thumbnail in create_EXIF()1198 ++NumEntries; // allow for the GPS info tag in create_EXIF()1200 DataWriteIndex += 2 + NumEntries*12 + 4; in create_EXIF()1202 Put16u(Buffer+DirIndex, NumEntries); // Number of entries in create_EXIF()1289 NumEntries = gpsTagCount; in create_EXIF()1290 DataWriteIndex += 2 + NumEntries*12 + 4; in create_EXIF()1292 Put16u(Buffer+DirIndex, NumEntries); // Number of entries in create_EXIF()1329 NumEntries = 2; in create_EXIF()1330 DataWriteIndex += 2 + NumEntries*12 + 4; in create_EXIF()[all …]
92 NumEntriesFn NumEntries; member
106 NumEntriesFn NumEntries; member
869 if (failedData->vFuncs->NumEntries(failedData) > MAX_STUB_ENTRIES) { in extendICUData()