/third_party/libexif/libexif/ |
D | exif-utils.h | 48 typedef uint16_t ExifShort; /* 2 bytes */ typedef 74 ExifShort exif_get_short (const unsigned char *b, ExifByteOrder order); 123 ExifShort value);
|
D | exif-utils.c | 31 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()
|
D | exif-data.c | 254 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()
|
D | exif-entry.c | 182 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/ |
D | exif-mnote-data-olympus.c | 127 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()
|
D | mnote-olympus-entry.c | 278 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/ |
D | exif-mnote-data-pentax.c | 106 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()
|
D | mnote-pentax-entry.c | 313 ExifShort vs, vs2; in mnote_pentax_entry_get_value()
|
/third_party/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 144 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()
|
D | mnote-canon-entry.c | 70 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/ |
D | exif-mnote-data-fuji.c | 110 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()
|
D | mnote-fuji-entry.c | 195 ExifShort vs, vs2; in mnote_fuji_entry_get_value()
|
/third_party/libexif/contrib/c++/ |
D | exif.hxx | 163 ExifShort getShort(unsigned int index) const in getShort() 264 void setShort(unsigned int index, ExifShort value) const in setShort()
|
D | exif_module.cxx | 119 …exif_set_short(data, bo, extractComponent<ExifShort>(index, value, "invalid assignment to data: co… in setComponent()
|
/third_party/libexif/libexif/apple/ |
D | mnote-apple-entry.c | 37 ExifShort vs; in mnote_apple_entry_get_value()
|
/third_party/libexif/ |
D | ChangeLog | 1644 * libexif/exif-data.c: Add explicit typecasts to ExifShort.
|