Searched refs:exif_mnote_data_load (Results 1 – 5 of 5) sorted by relevance
/third_party/libexif/libexif/ |
D | exif-mnote-data.h | 44 void exif_mnote_data_load (ExifMnoteData *d, const unsigned char *buf,
|
D | libexif.sym | 91 exif_mnote_data_load
|
D | exif-mnote-data.c | 80 exif_mnote_data_load (ExifMnoteData *d, const unsigned char *buf, in exif_mnote_data_load() function
|
D | exif-data.c | 835 exif_mnote_data_load (data->priv->md, d, ds); in interpret_maker_note()
|
/third_party/libexif/test/ |
D | test-null.c | 285 exif_mnote_data_load(NULL, NULL, 123); in mnote_null_test() 287 exif_mnote_data_load(NULL, (const unsigned char *)"x", 1); in mnote_null_test()
|