Searched refs:gps_processing_method (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HALHeader.h | 61 char gps_processing_method[35]; member
|
D | QCamera3HWI.cpp | 1782 String8 str(inputjpegsettings->gps_processing_method); in translateCbMetadataToResultMetadata() 1783 if (strlen(mJpegSettings->gps_processing_method) > 0) { in translateCbMetadataToResultMetadata() 4083 mJpegSettings->gps_processing_method[i] = in getJpegSettings() 4086 if (mJpegSettings->gps_processing_method[len-1] != '\0') { in getJpegSettings() 4087 mJpegSettings->gps_processing_method[len] = '\0'; in getJpegSettings() 4090 mJpegSettings->gps_processing_method[0] = '\0'; in getJpegSettings()
|
D | QCamera3Channel.cpp | 1673 if (strlen(mJpegSettings->gps_processing_method) > 0) { in getExifData() 1676 … rc = getExifGpsProcessingMethod(gpsProcessingMethod, count, mJpegSettings->gps_processing_method); in getExifData()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosExif.h | 223 unsigned char gps_processing_method[100]; member
|
D | ExynosJpegEncoderForCamera.cpp | 444 if (exifInfo->gps_processing_method[0] == 0) { in makeExif() 471 tmp = strlen((char*)exifInfo->gps_processing_method); in makeExif() 478 memcpy(&tmp_buf[sizeof(ExifAsciiPrefix)], exifInfo->gps_processing_method, tmp); in makeExif()
|
D | ExynosCameraHWInterface2.cpp | 5939 memset(exifInfo->gps_processing_method, 0, 100); in m_setExifChangedAttribute() 5940 memcpy(exifInfo->gps_processing_method, currentEntry->gpsProcessingMethod, 32); in m_setExifChangedAttribute()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosExif.h | 223 unsigned char gps_processing_method[100]; member
|
D | ExynosJpegEncoderForCamera.cpp | 485 if (exifInfo->gps_processing_method[0] == 0) { in makeExif() 512 tmp = strlen((char*)exifInfo->gps_processing_method); in makeExif() 519 memcpy(&tmp_buf[sizeof(ExifAsciiPrefix)], exifInfo->gps_processing_method, tmp); in makeExif()
|
D | ExynosCamera.cpp | 3014 memset(mExifInfo.gps_processing_method, 0, sizeof(mExifInfo.gps_processing_method)); in setGpsProcessingMethod() 3018 if (len > sizeof(mExifInfo.gps_processing_method)) { in setGpsProcessingMethod() 3019 len = sizeof(mExifInfo.gps_processing_method); in setGpsProcessingMethod() 3021 memcpy(mExifInfo.gps_processing_method, gpsProcessingMethod, len); in setGpsProcessingMethod()
|