Searched refs:gpsProcessingMethod (Results 1 – 7 of 7) sorted by relevance
407 uint32_t gpsProcessingMethod; member417 uint32_t gpsProcessingMethod; member931 uint8_t gpsProcessingMethod[32]; member
359 uint32_t gpsProcessingMethod; member370 uint32_t gpsProcessingMethod; member784 uint8_t gpsProcessingMethod[32]; member
869 static const uint8_t gpsProcessingMethod[32] = "None"; in constructDefaultRequest() local870 ADD_OR_SIZE(ANDROID_JPEG_GPS_PROCESSING_METHOD, gpsProcessingMethod, 32); in constructDefaultRequest()
216 dst_ext->gpsProcessingMethod[i] = curr_entry.data.u8[i]; in ToInternalShot()667 &(metadata_ext->gpsProcessingMethod), 32)) in ToDynamicMetadata()
5969 memcpy(exifInfo->gps_processing_method, currentEntry->gpsProcessingMethod, 32); in m_setExifChangedAttribute()
624 bool setGpsProcessingMethod(const char *gpsProcessingMethod);
3012 bool ExynosCamera::setGpsProcessingMethod(const char *gpsProcessingMethod) in setGpsProcessingMethod() argument3016 if (gpsProcessingMethod != NULL) { in setGpsProcessingMethod()3017 size_t len = strlen(gpsProcessingMethod); in setGpsProcessingMethod()3021 memcpy(mExifInfo.gps_processing_method, gpsProcessingMethod, len); in setGpsProcessingMethod()