HomeSort by relevance Sort by last modified time
    Searched defs:EXIF_BYTE (Results 1 - 5 of 5) sorted by null

  /device/asus/flo/camera/
QCamera_Intf.h 722 EXIF_BYTE = 1,
  /device/asus/flo/camera/mm-image-codec/qexif/
qexif.h 61 EXIF_BYTE = 1,
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
    [all...]
  /hardware/qcom/camera/
QCamera_Intf.h 722 EXIF_BYTE = 1,
  /hardware/qcom/camera/mm-image-codec/qexif/
qexif.h 61 EXIF_BYTE = 1,
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
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h 745 EXIF_BYTE = 1,
    [all...]

Completed in 7567 milliseconds