Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp60 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
2471 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2472 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
2473 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()
2716 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h114 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
DQCameraParameters.cpp11349 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
11350 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
11351 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, GPS_PROCESSING_METHOD_SIZE); in getExifGpsProcessingMethod()
DQCamera2HWI.cpp10043 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()