Searched refs:ExifAsciiPrefix (Results 1 - 3 of 3) sorted by relevance

/external/jhead/
H A Dgpsinfo.c57 #define EXIF_ASCII_PREFIX_LEN (sizeof(ExifAsciiPrefix))
273 memcmp(ValuePtr, ExifAsciiPrefix, EXIF_ASCII_PREFIX_LEN) == 0) {
H A Dexif.c1218 if(memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0) {
1219 components = sizeof(ExifAsciiPrefix) +
1220 strlen((char*)value + sizeof(ExifAsciiPrefix)) + 1;
1239 (memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0)) {
1246 printf("copying %s to %d", (char*)value + sizeof(ExifAsciiPrefix), (*DataWriteIndex));
H A Djhead.h232 static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 }; variable

Completed in 76 milliseconds