Searched refs:EXIF_SHORT (Results 1 - 25 of 27) sorted by relevance

12

/device/asus/flo/camera/mm-image-codec/qexif/
H A Dqexif.h63 EXIF_SHORT = 3, enumerator in enum:__anon374
114 uint16_t *_shorts; // EXIF_SHORT (count > 1)
115 uint16_t _short; // EXIF_SHORT (count = 1)
581 // Use EXIFTAGTYPE_GPS_DIFFERENTIAL as the exif_tag_type (EXIF_SHORT)
589 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT
603 // Use EXIFTAGTYPE_BITS_PER_SAMPLE as the exif_tag_type (EXIF_SHORT)
608 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT
610 // Use EXIFTAGTYPE_COMPRESSION as the exif_tag_type (EXIF_SHORT)
614 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT
616 // Use EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION as the exif_tag_type (EXIF_SHORT)
[all...]
/device/lge/hammerhead/camera/mm-image-codec/qexif/
H A Dqexif.h63 EXIF_SHORT = 3, enumerator in enum:__anon881
114 uint16_t *_shorts; // EXIF_SHORT (count > 1)
115 uint16_t _short; // EXIF_SHORT (count = 1)
581 // Use EXIFTAGTYPE_GPS_DIFFERENTIAL as the exif_tag_type (EXIF_SHORT)
589 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT
603 // Use EXIFTAGTYPE_BITS_PER_SAMPLE as the exif_tag_type (EXIF_SHORT)
608 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT
610 // Use EXIFTAGTYPE_COMPRESSION as the exif_tag_type (EXIF_SHORT)
614 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT
616 // Use EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION as the exif_tag_type (EXIF_SHORT)
[all...]
/device/moto/shamu/camera/mm-image-codec/qexif/
H A Dqexif.h63 EXIF_SHORT = 3, enumerator in enum:__anon2028
114 uint16_t *_shorts; // EXIF_SHORT (count > 1)
115 uint16_t _short; // EXIF_SHORT (count = 1)
581 // Use EXIFTAGTYPE_GPS_DIFFERENTIAL as the exif_tag_type (EXIF_SHORT)
589 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT
603 // Use EXIFTAGTYPE_BITS_PER_SAMPLE as the exif_tag_type (EXIF_SHORT)
608 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT
610 // Use EXIFTAGTYPE_COMPRESSION as the exif_tag_type (EXIF_SHORT)
614 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT
616 // Use EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION as the exif_tag_type (EXIF_SHORT)
[all...]
/device/lge/mako/camera/
H A DQCamera_Intf.h747 EXIF_SHORT = 3, enumerator in enum:__anon1124
1732 // Use EXIFTAGTYPE_GPS_DIFFERENTIAL as the exif_tag_type (EXIF_SHORT)
1739 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT
1753 // Use EXIFTAGTYPE_BITS_PER_SAMPLE as the exif_tag_type (EXIF_SHORT)
1757 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT
1759 // Use EXIFTAGTYPE_COMPRESSION as the exif_tag_type (EXIF_SHORT)
1763 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT
1765 // Use EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION as the exif_tag_type (EXIF_SHORT)
1769 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT
1772 // Use EXIFTAGTYPE_THRESH_HOLDING as the exif_tag_type (EXIF_SHORT)
[all...]
H A DQCameraHWI_Parm.cpp4025 else if((type == EXIF_SHORT) && (count > 1))
4027 else if((type == EXIF_SHORT) && (count == 1))
4059 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&(mExifValues.isoSpeed));
4122 addExifTag(EXIFTAGID_FLASH, EXIF_SHORT, 1, 1, &flashCondition);
4127 addExifTag(EXIFTAGID_WHITE_BALANCE, EXIF_SHORT, 1, 1, &val_short);
H A DQualcommCameraHardware.cpp2391 else if((type == EXIF_SHORT) && (count > 1))
2393 else if((type == EXIF_SHORT) && (count == 1))
2636 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&isoMode);
5929 addExifTag(EXIFTAGID_FLASH,EXIF_SHORT,1,1,(void *)&flashMode);
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h685 EXIF_SHORT = 3, enumerator in enum:__anon1361
1659 // Use EXIFTAGTYPE_GPS_DIFFERENTIAL as the exif_tag_type (EXIF_SHORT)
1666 #define EXIFTAGTYPE_GPS_DIFFERENTIAL EXIF_SHORT
1680 // Use EXIFTAGTYPE_BITS_PER_SAMPLE as the exif_tag_type (EXIF_SHORT)
1684 #define EXIFTAGTYPE_BITS_PER_SAMPLE EXIF_SHORT
1686 // Use EXIFTAGTYPE_COMPRESSION as the exif_tag_type (EXIF_SHORT)
1690 #define EXIFTAGTYPE_COMPRESSION EXIF_SHORT
1692 // Use EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION as the exif_tag_type (EXIF_SHORT)
1696 #define EXIFTAGTYPE_PHOTOMETRIC_INTERPRETATION EXIF_SHORT
1699 // Use EXIFTAGTYPE_THRESH_HOLDING as the exif_tag_type (EXIF_SHORT)
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c105 case EXIF_SHORT: {
229 case EXIF_SHORT: {
335 rc = addExifEntry(exif_info, EXIFTAGID_FLASH, EXIF_SHORT, 1, &val_short);
341 rc = addExifEntry(exif_info, EXIFTAGID_SENSING_METHOD, EXIF_SHORT,
349 rc = addExifEntry(exif_info, EXIFTAGID_FOCAL_LENGTH_35MM, EXIF_SHORT, 1, &val_short);
422 rc = addExifEntry(exif_info, EXIFTAGID_ISO_SPEED_RATING, EXIF_SHORT,
433 rc = addExifEntry(exif_info, EXIFTAGID_WHITE_BALANCE, EXIF_SHORT,
441 rc = addExifEntry(exif_info,EXIFTAGID_METERING_MODE, EXIF_SHORT,
449 rc = addExifEntry(exif_info,EXIFTAGID_EXPOSURE_PROGRAM, EXIF_SHORT,
457 rc = addExifEntry(exif_info,EXIFTAGID_EXPOSURE_MODE, EXIF_SHORT,
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c105 case EXIF_SHORT: {
229 case EXIF_SHORT: {
335 rc = addExifEntry(exif_info, EXIFTAGID_FLASH, EXIF_SHORT, 1, &val_short);
405 rc = addExifEntry(exif_info, EXIFTAGID_ISO_SPEED_RATING, EXIF_SHORT,
416 rc = addExifEntry(exif_info, EXIFTAGID_WHITE_BALANCE, EXIF_SHORT,
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_exif.c102 case EXIF_SHORT: {
216 case EXIF_SHORT: {
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1663 EXIF_SHORT,
1818 EXIF_SHORT, 1,
1830 EXIF_SHORT,
H A DQCamera3PostProc.cpp1216 case EXIF_SHORT:
1338 case EXIF_SHORT:
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1241 case EXIF_SHORT:
1363 case EXIF_SHORT:
H A DQCamera3Channel.cpp1853 EXIF_SHORT,
/device/asus/flo/camera/
H A DQCamera_Intf.h724 EXIF_SHORT = 3, enumerator in enum:__anon312
/device/lge/hammerhead/camera/
H A DQCamera_Intf.h724 EXIF_SHORT = 3, enumerator in enum:__anon819
/device/moto/shamu/camera/
H A DQCamera_Intf.h724 EXIF_SHORT = 3, enumerator in enum:__anon1979
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp1483 case EXIF_SHORT:
1601 case EXIF_SHORT:
H A DQCamera2HWI.cpp4067 EXIF_SHORT,
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp1483 case EXIF_SHORT:
1601 case EXIF_SHORT:
H A DQCamera2HWI.cpp4067 EXIF_SHORT,
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1688 case EXIF_SHORT:
1810 case EXIF_SHORT:
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp2480 case EXIF_SHORT:
2598 case EXIF_SHORT:
/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp3827 else if((type == EXIF_SHORT) && (count > 1))
3829 else if((type == EXIF_SHORT) && (count == 1))
3847 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&(mExifValues.isoSpeed));
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp3855 else if((type == EXIF_SHORT) && (count > 1))
3857 else if((type == EXIF_SHORT) && (count == 1))
3875 addExifTag(EXIFTAGID_ISO_SPEED_RATING,EXIF_SHORT,1,1,(void *)&(mExifValues.isoSpeed));

Completed in 541 milliseconds

12