Home
last modified time | relevance | path

Searched refs:EXIF_BYTE_ORDER_MOTOROLA (Results 1 – 11 of 11) sorted by relevance

/third_party/libexif/libexif/
Dexif-utils.c91 case EXIF_BYTE_ORDER_MOTOROLA: in exif_get_sshort()
112 case EXIF_BYTE_ORDER_MOTOROLA: in exif_set_sshort()
134 case EXIF_BYTE_ORDER_MOTOROLA: in exif_get_slong()
149 case EXIF_BYTE_ORDER_MOTOROLA: in exif_set_slong()
Dexif-byte-order.c32 case EXIF_BYTE_ORDER_MOTOROLA: in exif_byte_order_get_name()
Dexif-byte-order.h33 EXIF_BYTE_ORDER_MOTOROLA, enumerator
Dexif-data.c557 (const unsigned char *) elem2, EXIF_BYTE_ORDER_MOTOROLA); in cmp_func_motorola()
948 data->priv->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_data_load_data()
/third_party/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c290 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_olympus_load()
295 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_olympus_load()
314 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_olympus_load()
338 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_olympus_load()
371 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_olympus_load()
395 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_olympus_load()
/third_party/libexif/test/
Dtest-extract.c85 exif_set_short(lenbuf, EXIF_BYTE_ORDER_MOTOROLA, len); in main()
Dtest-parse.c105 order = EXIF_BYTE_ORDER_MOTOROLA; in test_parse()
Dtest-null.c118 exif_data_set_byte_order(NULL, EXIF_BYTE_ORDER_MOTOROLA); in data_null_test()
/third_party/libexif/libexif/pentax/
Dmnote-pentax-entry.c414 vs = exif_get_short (entry->data, EXIF_BYTE_ORDER_MOTOROLA); in mnote_pentax_entry_get_value()
Dexif-mnote-data-pentax.c242 n->order = EXIF_BYTE_ORDER_MOTOROLA; in exif_mnote_data_pentax_load()
/third_party/libexif/contrib/c++/
Dexif_module.cxx359 .value("MOTOROLA", EXIF_BYTE_ORDER_MOTOROLA) in BOOST_PYTHON_MODULE()