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 | 1455 memset(settings->gps_processing_method, 0, in queueJpegSetting() 1456 sizeof(settings->gps_processing_method)); in queueJpegSetting() 1457 strncpy(settings->gps_processing_method, proc_methods, in queueJpegSetting() 1458 sizeof(settings->gps_processing_method)); in queueJpegSetting() 1873 if (strlen(jpeg_settings->gps_processing_method) > 0) { in getExifData() 1878 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 | 1682 if (strlen(mJpegSettings->gps_processing_method) > 0) { in getExifData() 1685 … rc = getExifGpsProcessingMethod(gpsProcessingMethod, count, mJpegSettings->gps_processing_method); in getExifData()
|
D | QCamera3HWI.cpp | 3239 mJpegSettings->gps_processing_method[i] = in getJpegSettings() 3242 if (mJpegSettings->gps_processing_method[len-1] != '\0') { in getJpegSettings() 3243 mJpegSettings->gps_processing_method[len] = '\0'; in getJpegSettings() 3246 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()
|