HomeSort by relevance Sort by last modified time
    Searched refs:gps_processing_method (Results 1 - 6 of 6) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 223 unsigned char gps_processing_method[100]; member in struct:__anon21205
ExynosJpegEncoderForCamera.cpp 485 if (exifInfo->gps_processing_method[0] == 0) {
486 // don't create GPS_PROCESSING_METHOD tag if there isn't any
512 tmp = strlen((char*)exifInfo->gps_processing_method);
519 memcpy(&tmp_buf[sizeof(ExifAsciiPrefix)], exifInfo->gps_processing_method, tmp);
    [all...]
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 223 unsigned char gps_processing_method[100]; member in struct:__anon21213
ExynosJpegEncoderForCamera.cpp 444 if (exifInfo->gps_processing_method[0] == 0) {
445 // don't create GPS_PROCESSING_METHOD tag if there isn't any
471 tmp = strlen((char*)exifInfo->gps_processing_method);
478 memcpy(&tmp_buf[sizeof(ExifAsciiPrefix)], exifInfo->gps_processing_method, tmp);
ExynosCameraHWInterface2.cpp     [all...]

Completed in 39 milliseconds