Home
last modified time | relevance | path

Searched refs:exif_data_new_from_data (Results 1 – 6 of 6) sorted by relevance

/third_party/libexif/test/
Dtest-mnote.c97 d = exif_data_new_from_data (buf, buf_size); in main()
Dtest-null.c110 d = exif_data_new_from_data(NULL, 123); in data_null_test()
/third_party/libexif/libexif/
Dlibexif.sym27 exif_data_new_from_data
Dexif-data.h92 ExifData *exif_data_new_from_data (const unsigned char *data,
Dexif-data.c151 exif_data_new_from_data (const unsigned char *data, unsigned int size) in exif_data_new_from_data() function
/third_party/libexif/contrib/c++/
Dexif.hxx475 : data_(exif_data_new_from_data(data, size)) in Data()