Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp60 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
2173 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
2174 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
2175 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, in getExifGpsProcessingMethod()
2438 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + in getExifData()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h111 #define EXIF_ASCII_PREFIX_SIZE 8 //(sizeof(ExifAsciiPrefix)) macro
DQCameraParameters.cpp10973 memcpy(gpsProcessingMethod, ExifAsciiPrefix, EXIF_ASCII_PREFIX_SIZE); in getExifGpsProcessingMethod()
10974 count = EXIF_ASCII_PREFIX_SIZE; in getExifGpsProcessingMethod()
10975 strlcpy(gpsProcessingMethod + EXIF_ASCII_PREFIX_SIZE, str, GPS_PROCESSING_METHOD_SIZE); in getExifGpsProcessingMethod()
DQCamera2HWI.cpp9119 char gpsProcessingMethod[EXIF_ASCII_PREFIX_SIZE + GPS_PROCESSING_METHOD_SIZE]; in getExifData()