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

  /external/libexif/libexif/
exif-utils.h 48 typedef uint16_t ExifShort; /* 2 bytes */
68 /*! Retrieve an #ExifShort value from memory.
74 ExifShort exif_get_short (const unsigned char *b, ExifByteOrder order);
116 /*! Store an ExifShort value into memory in EXIF format.
123 ExifShort value);
exif-utils.c 31 ExifShort s;
101 ExifShort
124 exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value)
exif-data.c 244 data->priv->order, (ExifShort) e->tag);
246 data->priv->order, (ExifShort) e->format);
363 ExifShort n;
486 ExifShort tag1 = exif_get_short (p1, o);
487 ExifShort tag2 = exif_get_short (p2, o);
570 (ExifShort) (ifd->count + n_ptr + n_thumb));
788 ExifShort n;
    [all...]
exif-entry.c 169 /*! Get a value and convert it to an ExifShort.
173 static inline ExifShort
179 return (ExifShort) exif_get_long (buf, order);
181 return (ExifShort) exif_get_slong (buf, order);
183 return (ExifShort) exif_get_short (buf, order);
185 return (ExifShort) exif_get_sshort (buf, order);
188 return (ExifShort) buf[0];
191 return (ExifShort) 0;
447 ExifShort v_short;
833 ExifShort v_short, v_short2, v_short3, v_short4
    [all...]
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 104 exif_set_short (*buf + 4, n->order, (ExifShort) 0);
118 exif_set_short (*buf + 4, n->order, (ExifShort) (
134 exif_set_short (*buf + 4, n->order, (ExifShort) 0);
155 exif_set_short (*buf + o2, n->order, (ExifShort) n->count);
165 (ExifShort) (n->entries[i].tag - base));
167 (ExifShort) n->entries[i].format);
219 ExifShort c;
mnote-pentax-entry.c 312 ExifShort vs, vs2;
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 127 exif_set_short (*buf + 6, n->order, (ExifShort) 1);
141 exif_set_short (*buf + 8, n->order, (ExifShort) (
145 exif_set_short (*buf + 10, n->order, (ExifShort) 3);
173 exif_set_short (*buf + 10, n->order, (ExifShort) (
177 exif_set_short (*buf + 12, n->order, (ExifShort) 0x2A);
178 exif_set_long (*buf + 14, n->order, (ExifShort) 8);
190 exif_set_short (*buf + o2, n->order, (ExifShort) n->count);
197 (ExifShort) (n->entries[i].tag - base));
199 (ExifShort) n->entries[i].format);
241 ExifShort c
    [all...]
mnote-olympus-entry.c 277 ExifShort vs = 0;
706 ExifShort v2 = exif_get_short (entry->data + 2, entry->order);
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 108 exif_set_short (*buf + 8 + 4, n->order, (ExifShort) n->count);
113 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag);
114 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format);
mnote-fuji-entry.c 195 ExifShort vs, vs2;
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 139 exif_set_short (*buf, n->order, (ExifShort) n->count);
144 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag);
145 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format);
203 ExifShort c;
mnote-canon-entry.c 72 ExifShort value;
443 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
465 unsigned int t, ExifShort vs, char *val, unsigned int maxlen)
555 ExifShort vs, n;

Completed in 417 milliseconds