Home
last modified time | relevance | path

Searched refs:ExifShort (Results 1 – 16 of 16) sorted by relevance

/third_party/libexif/libexif/
Dexif-utils.h48 typedef uint16_t ExifShort; /* 2 bytes */ typedef
74 ExifShort exif_get_short (const unsigned char *b, ExifByteOrder order);
123 ExifShort value);
Dexif-utils.c31 ExifShort s; in exif_array_set_byte_order()
101 ExifShort
124 exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value) in exif_set_short()
226 ExifShort v = exif_get_short(in, EXIF_BYTE_ORDER_INTEL); in exif_convert_utf16_to_utf8()
Dexif-data.c254 data->priv->order, (ExifShort) e->tag); in exif_data_save_data_entry()
256 data->priv->order, (ExifShort) e->format); in exif_data_save_data_entry()
396 ExifShort n; in exif_data_load_data_content()
543 ExifShort tag1 = exif_get_short (p1, o); in cmp_func()
544 ExifShort tag2 = exif_get_short (p2, o); in cmp_func()
627 (ExifShort) (ifd->count + n_ptr + n_thumb)); in exif_data_save_data_content()
849 ExifShort n; in exif_data_load_data()
Dexif-entry.c182 static inline ExifShort
188 return (ExifShort) exif_get_long (buf, order); in exif_get_short_convert()
190 return (ExifShort) exif_get_slong (buf, order); in exif_get_short_convert()
192 return (ExifShort) exif_get_short (buf, order); in exif_get_short_convert()
194 return (ExifShort) exif_get_sshort (buf, order); in exif_get_short_convert()
197 return (ExifShort) buf[0]; in exif_get_short_convert()
200 return (ExifShort) 0; in exif_get_short_convert()
454 ExifShort v_short; in exif_entry_format_value()
713 ExifShort index;
849 ExifShort v_short, v_short2, v_short3, v_short4; in exif_entry_get_value()
/third_party/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c127 exif_set_short (*buf + 6, n->order, (ExifShort) 1); in exif_mnote_data_olympus_save()
141 exif_set_short (*buf + 8, n->order, (ExifShort) ( in exif_mnote_data_olympus_save()
145 exif_set_short (*buf + 10, n->order, (ExifShort) 3); in exif_mnote_data_olympus_save()
174 exif_set_short (*buf + 10, n->order, (ExifShort) ( in exif_mnote_data_olympus_save()
178 exif_set_short (*buf + 12, n->order, (ExifShort) 0x2A); in exif_mnote_data_olympus_save()
179 exif_set_long (*buf + 14, n->order, (ExifShort) 8); in exif_mnote_data_olympus_save()
191 exif_set_short (*buf + o2, n->order, (ExifShort) n->count); in exif_mnote_data_olympus_save()
198 (ExifShort) (n->entries[i].tag - base)); in exif_mnote_data_olympus_save()
200 (ExifShort) n->entries[i].format); in exif_mnote_data_olympus_save()
242 ExifShort c; in exif_mnote_data_olympus_load()
Dmnote-olympus-entry.c278 ExifShort vs = 0; in mnote_olympus_entry_get_value()
708 ExifShort v2 = exif_get_short (entry->data + 2, entry->order); in mnote_olympus_entry_get_value()
/third_party/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c106 exif_set_short (*buf + 4, n->order, (ExifShort) 0); in exif_mnote_data_pentax_save()
120 exif_set_short (*buf + 4, n->order, (ExifShort) ( in exif_mnote_data_pentax_save()
136 exif_set_short (*buf + 4, n->order, (ExifShort) 0); in exif_mnote_data_pentax_save()
157 exif_set_short (*buf + o2, n->order, (ExifShort) n->count); in exif_mnote_data_pentax_save()
167 (ExifShort) (n->entries[i].tag - base)); in exif_mnote_data_pentax_save()
169 (ExifShort) n->entries[i].format); in exif_mnote_data_pentax_save()
221 ExifShort c; in exif_mnote_data_pentax_load()
Dmnote-pentax-entry.c313 ExifShort vs, vs2; in mnote_pentax_entry_get_value()
/third_party/libexif/libexif/canon/
Dexif-mnote-data-canon.c144 exif_set_short (*buf, n->order, (ExifShort) n->count); in exif_mnote_data_canon_save()
149 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag); in exif_mnote_data_canon_save()
150 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format); in exif_mnote_data_canon_save()
208 ExifShort c; in exif_mnote_data_canon_load()
Dmnote-canon-entry.c70 ExifShort value;
441 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_value()
463 unsigned int t, ExifShort vs, char *val, unsigned int maxlen) in canon_search_table_bitfield()
554 ExifShort vs, n; in mnote_canon_entry_get_value()
/third_party/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c110 exif_set_short (*buf + 8 + 4, n->order, (ExifShort) n->count); in exif_mnote_data_fuji_save()
115 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag); in exif_mnote_data_fuji_save()
116 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format); in exif_mnote_data_fuji_save()
Dmnote-fuji-entry.c195 ExifShort vs, vs2; in mnote_fuji_entry_get_value()
/third_party/libexif/contrib/c++/
Dexif.hxx163 ExifShort getShort(unsigned int index) const in getShort()
264 void setShort(unsigned int index, ExifShort value) const in setShort()
Dexif_module.cxx119 …exif_set_short(data, bo, extractComponent<ExifShort>(index, value, "invalid assignment to data: co… in setComponent()
/third_party/libexif/libexif/apple/
Dmnote-apple-entry.c37 ExifShort vs; in mnote_apple_entry_get_value()
/third_party/libexif/
DChangeLog1644 * libexif/exif-data.c: Add explicit typecasts to ExifShort.