Home
last modified time | relevance | path

Searched refs:exif_mnote_data_get_title (Results 1 – 8 of 8) sorted by relevance

/third_party/libexif/libexif/
Dexif-mnote-data.h92 const char *exif_mnote_data_get_title (ExifMnoteData *d, unsigned int n);
Dlibexif.sym89 exif_mnote_data_get_title
Dexif-mnote-data.c131 exif_mnote_data_get_title (ExifMnoteData *d, unsigned int n) in exif_mnote_data_get_title() function
/third_party/libexif/test/
Dtest-mnote.c60 exif_mnote_data_get_title (md, i)); in test_exif_data()
Dtest-fuzzer-persistent.c97 exif_mnote_data_get_title (md, i); in test_exif_data()
Dtest-fuzzer.c94 exif_mnote_data_get_title (md, i); in test_exif_data()
Dtest-null.c297 exif_mnote_data_get_title(NULL, 0); in mnote_null_test()
/third_party/libexif/contrib/examples/
Dphotographer.c59 printf("%s: %s\n", exif_mnote_data_get_title(mn, i), in show_mnote_tag()