Home
last modified time | relevance | path

Searched refs:exif_array_set_byte_order (Results 1 – 10 of 10) sorted by relevance

/third_party/libexif/libexif/
Dexif-utils.h176 void exif_array_set_byte_order (ExifFormat, unsigned char *, unsigned int,
Dlibexif.sym1 exif_array_set_byte_order
Dexif-utils.c26 exif_array_set_byte_order (ExifFormat f, unsigned char *b, unsigned int n, in exif_array_set_byte_order() function
Dexif-data.c1207 exif_array_set_byte_order (e->format, e->data, e->components, d->old, d->new); in entry_set_byte_order()
/third_party/libexif/libexif/apple/
Dexif-mnote-data-apple.c191 exif_array_set_byte_order(d->entries[i].format, d->entries[i].data, in exif_mnote_data_apple_set_byte_order()
/third_party/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c329 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_fuji_set_byte_order()
/third_party/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c418 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_pentax_set_byte_order()
/third_party/libexif/libexif/canon/
Dexif-mnote-data-canon.c110 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_canon_set_byte_order()
/third_party/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c577 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_olympus_set_byte_order()
/third_party/libexif/
DChangeLog1074 * libexif/exif-utils.c (exif_array_set_byte_order): Return if an invalid
1108 * libexif/exif-utils.[c,h] (exif_array_set_byte_order): New function.