Home
last modified time | relevance | path

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

/external/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.c1129 exif_array_set_byte_order (e->format, e->data, e->components, d->old, d->new); in entry_set_byte_order()
/external/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c306 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_fuji_set_byte_order()
/external/libexif/libexif/canon/
Dexif-mnote-data-canon.c105 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_canon_set_byte_order()
/external/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c395 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_pentax_set_byte_order()
/external/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c564 exif_array_set_byte_order (n->entries[i].format, n->entries[i].data, in exif_mnote_data_olympus_set_byte_order()
/external/libexif/
DChangeLog1051 * libexif/exif-utils.c (exif_array_set_byte_order): Return if an invalid
1085 * libexif/exif-utils.[c,h] (exif_array_set_byte_order): New function.