Home
last modified time | relevance | path

Searched refs:gps_processing_method (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HALHeader.h61 char gps_processing_method[35]; member
DQCamera3HWI.cpp1782 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()
DQCamera3Channel.cpp1673 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/
DExynosExif.h223 unsigned char gps_processing_method[100]; member
DExynosJpegEncoderForCamera.cpp444 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()
DExynosCameraHWInterface2.cpp5939 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/
DExynosExif.h223 unsigned char gps_processing_method[100]; member
DExynosJpegEncoderForCamera.cpp485 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()
DExynosCamera.cpp3014 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()