Searched refs:gps_processing_method (Results 1 – 7 of 7) sorted by relevance
| /device/lge/hammerhead/camera/QCamera2/HAL3/ |
| D | QCamera3HALHeader.h | 58 char gps_processing_method[GPS_PROCESSING_METHOD_SIZE]; member
|
| D | QCamera3Channel.cpp | 1453 memset(settings->gps_processing_method, 0, in queueJpegSetting() 1454 sizeof(settings->gps_processing_method)); in queueJpegSetting() 1455 strncpy(settings->gps_processing_method, proc_methods, in queueJpegSetting() 1456 sizeof(settings->gps_processing_method)); in queueJpegSetting() 1871 if (strlen(jpeg_settings->gps_processing_method) > 0) { in getExifData() 1876 count, jpeg_settings->gps_processing_method); in getExifData()
|
| /device/asus/flo/camera/QCamera2/HAL3/ |
| D | QCamera3HALHeader.h | 58 char gps_processing_method[35]; member
|
| D | QCamera3Channel.cpp | 1678 if (strlen(mJpegSettings->gps_processing_method) > 0) { in getExifData() 1681 … rc = getExifGpsProcessingMethod(gpsProcessingMethod, count, mJpegSettings->gps_processing_method); in getExifData()
|
| D | QCamera3HWI.cpp | 3228 mJpegSettings->gps_processing_method[i] = in getJpegSettings() 3231 if (mJpegSettings->gps_processing_method[len-1] != '\0') { in getJpegSettings() 3232 mJpegSettings->gps_processing_method[len] = '\0'; in getJpegSettings() 3235 mJpegSettings->gps_processing_method[0] = '\0'; in getJpegSettings()
|
| /device/moto/shamu/camera/QCamera2/HAL3/ |
| D | QCamera3HALHeader.h | 58 char gps_processing_method[GPS_PROCESSING_METHOD_SIZE]; member
|
| D | QCamera3Channel.cpp | 2061 memset(settings->gps_processing_method, 0, in queueJpegSetting() 2062 sizeof(settings->gps_processing_method)); in queueJpegSetting() 2063 strncpy(settings->gps_processing_method, proc_methods, in queueJpegSetting() 2064 sizeof(settings->gps_processing_method)); in queueJpegSetting() 2479 if (strlen(jpeg_settings->gps_processing_method) > 0) { in getExifData() 2484 count, jpeg_settings->gps_processing_method); in getExifData()
|