Searched refs:ExifAsciiPrefix (Results 1 – 3 of 3) sorted by relevance
/external/jhead/ |
D | exif.c | 1193 if(memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0) { in writeExifTagAndData() 1194 components = sizeof(ExifAsciiPrefix) + in writeExifTagAndData() 1195 strlen((char*)value + sizeof(ExifAsciiPrefix)) + 1; in writeExifTagAndData() 1214 (memcmp((char*)value, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)) == 0)) { in writeExifTagAndData() 1221 printf("copying %s to %d", (char*)value + sizeof(ExifAsciiPrefix), (*DataWriteIndex)); in writeExifTagAndData()
|
D | gpsinfo.c | 57 #define EXIF_ASCII_PREFIX_LEN (sizeof(ExifAsciiPrefix)) 273 memcmp(ValuePtr, ExifAsciiPrefix, EXIF_ASCII_PREFIX_LEN) == 0) { in ProcessGpsInfo()
|
D | jhead.h | 218 static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 }; variable
|