Searched refs:exif_data_load_data (Results 1 – 7 of 7) sorted by relevance
/third_party/libexif/test/ |
D | test-null.c | 139 exif_data_load_data(NULL, NULL, 123); in data_null_test() 157 exif_data_load_data(d, NULL, 123); in data_null_test()
|
/third_party/libexif/libexif/ |
D | libexif.sym | 24 exif_data_load_data
|
D | exif-data.h | 106 void exif_data_load_data (ExifData *data, const unsigned char *d,
|
D | exif-loader.c | 436 exif_data_load_data (ed, loader->buf, loader->bytes_read); in exif_loader_get_data()
|
D | exif-data.c | 159 exif_data_load_data (edata, data, size); in exif_data_new_from_data() 844 exif_data_load_data (ExifData *data, const unsigned char *d_orig, in exif_data_load_data() function
|
/third_party/libexif/ |
D | NEWS | 4 * fixed regression in exif_data_load_data which could not load EXIF in JPEG data anymore
|
D | ChangeLog | 50 This code path can probably only occur if exif_data_load_data()
|