/device/lge/hammerhead/camera/mm-image-codec/qexif/ |
D | qexif.h | 63 EXIF_SHORT = 3, enumerator 589 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT 608 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT 614 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT 621 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT 632 #define EXIFTAGTYPE_THRESH_HOLDING EXIF_SHORT 639 #define EXIFTAGTYPE_CELL_WIDTH EXIF_SHORT 645 #define EXIFTAGTYPE_CELL_HEIGHT EXIF_SHORT 652 #define EXIFTAGTYPE_FILL_ORDER EXIF_SHORT 693 #define EXIFTAGTYPE_ORIENTATION EXIF_SHORT [all …]
|
/device/asus/flo/camera/mm-image-codec/qexif/ |
D | qexif.h | 63 EXIF_SHORT = 3, enumerator 589 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT 608 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT 614 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT 621 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT 632 #define EXIFTAGTYPE_THRESH_HOLDING EXIF_SHORT 639 #define EXIFTAGTYPE_CELL_WIDTH EXIF_SHORT 645 #define EXIFTAGTYPE_CELL_HEIGHT EXIF_SHORT 652 #define EXIFTAGTYPE_FILL_ORDER EXIF_SHORT 693 #define EXIFTAGTYPE_ORIENTATION EXIF_SHORT [all …]
|
/device/moto/shamu/camera/mm-image-codec/qexif/ |
D | qexif.h | 63 EXIF_SHORT = 3, enumerator 589 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT 608 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT 614 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT 621 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT 632 #define EXIFTAGTYPE_THRESH_HOLDING EXIF_SHORT 639 #define EXIFTAGTYPE_CELL_WIDTH EXIF_SHORT 645 #define EXIFTAGTYPE_CELL_HEIGHT EXIF_SHORT 652 #define EXIFTAGTYPE_FILL_ORDER EXIF_SHORT 693 #define EXIFTAGTYPE_ORIENTATION EXIF_SHORT [all …]
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCamera_Intf.h | 685 EXIF_SHORT = 3, enumerator 1666 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT 1684 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT 1690 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT 1696 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT 1706 #define EXIFTAGTYPE_THRESH_HOLDING EXIF_SHORT 1713 #define EXIFTAGTYPE_CELL_WIDTH EXIF_SHORT 1719 #define EXIFTAGTYPE_CELL_HEIGHT EXIF_SHORT 1726 #define EXIFTAGTYPE_FILL_ORDER EXIF_SHORT 1765 #define EXIFTAGTYPE_ORIENTATION EXIF_SHORT [all …]
|
/device/lge/mako/camera/ |
D | QCamera_Intf.h | 747 EXIF_SHORT = 3, enumerator 1739 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT 1757 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT 1763 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT 1769 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT 1779 #define EXIFTAGTYPE_THRESH_HOLDING EXIF_SHORT 1786 #define EXIFTAGTYPE_CELL_WIDTH EXIF_SHORT 1792 #define EXIFTAGTYPE_CELL_HEIGHT EXIF_SHORT 1799 #define EXIFTAGTYPE_FILL_ORDER EXIF_SHORT 1838 #define EXIFTAGTYPE_ORIENTATION EXIF_SHORT [all …]
|
D | QCameraHWI_Parm.cpp | 4025 else if((type == EXIF_SHORT) && (count > 1)) in addExifTag() 4027 else if((type == EXIF_SHORT) && (count == 1)) in addExifTag() 4059 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&(mExifValues.isoSpeed)); in initExifData() 4122 addExifTag(EXIFTAGID_FLASH, EXIF_SHORT, 1, 1, &flashCondition); in initExifData() 4127 addExifTag(EXIFTAGID_WHITE_BALANCE, EXIF_SHORT, 1, 1, &val_short); in initExifData()
|
D | QualcommCameraHardware.cpp | 2391 else if((type == EXIF_SHORT) && (count > 1)) in addExifTag() 2393 else if((type == EXIF_SHORT) && (count == 1)) in addExifTag() 2636 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&isoMode); in initImageEncodeParameters() 5929 addExifTag(EXIFTAGID_FLASH,EXIF_SHORT,1,1,(void *)&flashMode); in takePicture()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_exif.c | 105 case EXIF_SHORT: { in addExifEntry() 229 case EXIF_SHORT: { in releaseExifEntry() 335 rc = addExifEntry(exif_info, EXIFTAGID_FLASH, EXIF_SHORT, 1, &val_short); in process_sensor_data() 341 rc = addExifEntry(exif_info, EXIFTAGID_SENSING_METHOD, EXIF_SHORT, in process_sensor_data() 349 rc = addExifEntry(exif_info, EXIFTAGID_FOCAL_LENGTH_35MM, EXIF_SHORT, 1, &val_short); in process_sensor_data() 422 rc = addExifEntry(exif_info, EXIFTAGID_ISO_SPEED_RATING, EXIF_SHORT, in process_3a_data() 433 rc = addExifEntry(exif_info, EXIFTAGID_WHITE_BALANCE, EXIF_SHORT, in process_3a_data() 441 rc = addExifEntry(exif_info,EXIFTAGID_METERING_MODE, EXIF_SHORT, in process_3a_data() 449 rc = addExifEntry(exif_info,EXIFTAGID_EXPOSURE_PROGRAM, EXIF_SHORT, in process_3a_data() 457 rc = addExifEntry(exif_info,EXIFTAGID_EXPOSURE_MODE, EXIF_SHORT, in process_3a_data() [all …]
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_exif.c | 105 case EXIF_SHORT: { in addExifEntry() 229 case EXIF_SHORT: { in releaseExifEntry() 335 rc = addExifEntry(exif_info, EXIFTAGID_FLASH, EXIF_SHORT, 1, &val_short); in process_sensor_data() 405 rc = addExifEntry(exif_info, EXIFTAGID_ISO_SPEED_RATING, EXIF_SHORT, in process_3a_data() 416 rc = addExifEntry(exif_info, EXIFTAGID_WHITE_BALANCE, EXIF_SHORT, in process_3a_data()
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_exif.c | 102 case EXIF_SHORT: { in addExifEntry() 216 case EXIF_SHORT: { in releaseExifEntry()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1663 EXIF_SHORT, in getExifData() 1818 EXIF_SHORT, 1, in getExifData() 1830 EXIF_SHORT, in getExifData()
|
D | QCamera3PostProc.cpp | 1216 case EXIF_SHORT: in ~QCamera3Exif() 1338 case EXIF_SHORT: in addEntry()
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.cpp | 1241 case EXIF_SHORT: in ~QCamera3Exif() 1363 case EXIF_SHORT: in addEntry()
|
D | QCamera3Channel.cpp | 1853 EXIF_SHORT, in getExifData()
|
/device/moto/shamu/camera/ |
D | QCamera_Intf.h | 724 EXIF_SHORT = 3, enumerator
|
/device/asus/flo/camera/ |
D | QCamera_Intf.h | 724 EXIF_SHORT = 3, enumerator
|
/device/lge/hammerhead/camera/ |
D | QCamera_Intf.h | 724 EXIF_SHORT = 3, enumerator
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 1483 case EXIF_SHORT: in ~QCameraExif() 1601 case EXIF_SHORT: in addEntry()
|
D | QCamera2HWI.cpp | 4067 EXIF_SHORT, in getExifData()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 1483 case EXIF_SHORT: in ~QCameraExif() 1601 case EXIF_SHORT: in addEntry()
|
D | QCamera2HWI.cpp | 4067 EXIF_SHORT, in getExifData()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3PostProc.cpp | 1688 case EXIF_SHORT: in ~QCamera3Exif() 1810 case EXIF_SHORT: in addEntry()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 2480 case EXIF_SHORT: in ~QCameraExif() 2598 case EXIF_SHORT: in addEntry()
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Parm.cpp | 3827 else if((type == EXIF_SHORT) && (count > 1)) in addExifTag() 3829 else if((type == EXIF_SHORT) && (count == 1)) in addExifTag() 3847 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&(mExifValues.isoSpeed)); in initExifData()
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Parm.cpp | 3855 else if((type == EXIF_SHORT) && (count > 1)) in addExifTag() 3857 else if((type == EXIF_SHORT) && (count == 1)) in addExifTag() 3875 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&(mExifValues.isoSpeed)); in initExifData()
|