Home
last modified time | relevance | path

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

/external/jhead/
Dgpsinfo.c57 #define EXIF_ASCII_PREFIX_LEN (sizeof(ExifAsciiPrefix)) macro
272 if (ByteCount > EXIF_ASCII_PREFIX_LEN && in ProcessGpsInfo()
273 memcmp(ValuePtr, ExifAsciiPrefix, EXIF_ASCII_PREFIX_LEN) == 0) { in ProcessGpsInfo()
275 ByteCount < GPS_PROCESSING_METHOD_LEN + EXIF_ASCII_PREFIX_LEN ? in ProcessGpsInfo()
276 ByteCount - EXIF_ASCII_PREFIX_LEN : GPS_PROCESSING_METHOD_LEN; in ProcessGpsInfo()
278 (char*)(ValuePtr + EXIF_ASCII_PREFIX_LEN), length); in ProcessGpsInfo()