Searched refs:ExifByteOrder (Results 1 – 9 of 9) sorted by relevance
/external/libexif/libexif/ |
D | exif-utils.h | 74 ExifShort exif_get_short (const unsigned char *b, ExifByteOrder order); 82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order); 90 ExifLong exif_get_long (const unsigned char *b, ExifByteOrder order); 98 ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order); 106 ExifRational exif_get_rational (const unsigned char *b, ExifByteOrder order); 114 ExifSRational exif_get_srational (const unsigned char *b, ExifByteOrder order); 122 void exif_set_short (unsigned char *b, ExifByteOrder order, 131 void exif_set_sshort (unsigned char *b, ExifByteOrder order, 140 void exif_set_long (unsigned char *b, ExifByteOrder order, 149 void exif_set_slong (unsigned char *b, ExifByteOrder order, [all …]
|
D | exif-utils.c | 27 ExifByteOrder o_orig, ExifByteOrder o_new) in exif_array_set_byte_order() 87 exif_get_sshort (const unsigned char *buf, ExifByteOrder order) in exif_get_sshort() 102 exif_get_short (const unsigned char *buf, ExifByteOrder order) in exif_get_short() 108 exif_set_sshort (unsigned char *b, ExifByteOrder order, ExifSShort value) in exif_set_sshort() 124 exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value) in exif_set_short() 130 exif_get_slong (const unsigned char *b, ExifByteOrder order) in exif_get_slong() 145 exif_set_slong (unsigned char *b, ExifByteOrder order, ExifSLong value) in exif_set_slong() 165 exif_get_long (const unsigned char *buf, ExifByteOrder order) in exif_get_long() 171 exif_set_long (unsigned char *b, ExifByteOrder order, ExifLong value) in exif_set_long() 177 exif_get_srational (const unsigned char *buf, ExifByteOrder order) in exif_get_srational() [all …]
|
D | exif-byte-order.h | 36 } ExifByteOrder; typedef 42 const char *exif_byte_order_get_name (ExifByteOrder order);
|
D | exif-mnote-data-priv.h | 45 void (* set_byte_order) (ExifMnoteData *, ExifByteOrder); 77 void exif_mnote_data_set_byte_order (ExifMnoteData *, ExifByteOrder);
|
D | exif-data.h | 131 ExifByteOrder exif_data_get_byte_order (ExifData *data); 140 void exif_data_set_byte_order (ExifData *data, ExifByteOrder order);
|
D | exif-byte-order.c | 29 exif_byte_order_get_name (ExifByteOrder order) in exif_byte_order_get_name()
|
D | exif-data.c | 50 ExifByteOrder order; 489 cmp_func (const unsigned char *p1, const unsigned char *p2, ExifByteOrder o) in cmp_func() 1072 ExifByteOrder 1096 ExifByteOrder old, new; 1117 exif_data_set_byte_order (ExifData *data, ExifByteOrder order) in exif_data_set_byte_order()
|
D | exif-mnote-data.c | 96 exif_mnote_data_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_set_byte_order()
|
D | exif-entry.c | 177 ExifByteOrder order) in exif_get_short_convert() 202 ExifByteOrder o; in exif_entry_fix() 457 const ExifByteOrder o = exif_data_get_byte_order (e->parent->parent); in exif_entry_format_value() 841 ExifByteOrder o; in exif_entry_get_value() 1416 ExifByteOrder o; in exif_entry_initialize()
|