Searched refs:EXIF_ASCII_PREFIX_SIZE (Results 1 – 15 of 15) sorted by relevance
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 162 #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/ |
D | QCameraHWI.h | 219 #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/ |
D | QCamera3PostProc.cpp | 51 #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/ |
D | QCamera3PostProc.cpp | 51 #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/ |
D | QCamera3Channel.cpp | 58 #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/ |
D | QCameraHWI_Parm.cpp | 3879 … EXIF_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/ |
D | QCameraParameters.h | 43 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
|
D | QCameraParameters.cpp | 7643 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()
|
D | QCamera2HWI.cpp | 5947 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 44 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
|
D | QCameraParameters.cpp | 9702 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()
|
D | QCamera2HWI.cpp | 7242 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 44 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
|
D | QCameraParameters.cpp | 9702 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()
|
D | QCamera2HWI.cpp | 7242 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()
|