Searched defs:EXIF_BYTE (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/
H A DQCamera_Intf.h722 EXIF_BYTE = 1, enumerator in enum:__anon681
/hardware/qcom/camera/mm-image-codec/qexif/
H A Dqexif.h61 EXIF_BYTE = 1, enumerator in enum:__anon743
95 * the type is EXIF_BYTE and the count is 1, that means the actual data
96 * is one byte and is accessible by data._byte. If the type is EXIF_BYTE
112 uint8_t *_bytes; // EXIF_BYTE (count > 1)
113 uint8_t _byte; // EXIF_BYTE (count = 1)
352 // Use EXIFTAGTYPE_GPS_VERSION_ID as the exif_tag_type (EXIF_BYTE)
357 #define EXIFTAGTYPE_GPS_VERSION_ID EXIF_BYTE
386 // Use EXIFTAGTYPE_GPS_ALTITUDE_REF as the exif_tag_type (EXIF_BYTE)
390 #define EXIFTAGTYPE_GPS_ALTITUDE_REF EXIF_BYTE
1086 // Use EXIFTAGTYPE_SRGB_RENDERING_INTENT as the exif_tag_type (EXIF_BYTE)
[all...]

Completed in 125 milliseconds