Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h162 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
173 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE+GPS_PROCESSING_METHOD_SIZE];
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h219 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
230 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE+GPS_PROCESSING_METHOD_SIZE];
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp51 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
2057 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2058 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
2059 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()
2314 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp51 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
2057 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2058 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
2059 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()
2314 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.cpp58 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
2248 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2249 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
2250 strncpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, value, strlen(value)); in getExifGpsProcessingMethod()
2505 EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp3879EXIF_ASCII_PREFIX_SIZE + strlen(mExifValues.gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE) + 1, in initExifData()
3974 memcpy(mExifValues.gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in setExifTagsGPS()
3975 strncpy(mExifValues.gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, in setExifTagsGPS()
3977 … mExifValues.gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE-1] = '\0'; in setExifTagsGPS()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.h43 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
DQCameraParameters.cpp7643 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
7644 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
7645 strncpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, strlen(str)); in getExifGpsProcessingMethod()
DQCamera2HWI.cpp5947 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.h44 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
DQCameraParameters.cpp9702 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
9703 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
9704 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, strlen(str)+1); in getExifGpsProcessingMethod()
DQCamera2HWI.cpp7242 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.h44 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
DQCameraParameters.cpp9702 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
9703 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
9704 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, strlen(str)+1); in getExifGpsProcessingMethod()
DQCamera2HWI.cpp7242 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()