Searched refs:exif_mnote_data_get_value (Results 1 – 9 of 9) sorted by relevance
/third_party/libexif/libexif/ |
D | exif-mnote-data.h | 114 char *exif_mnote_data_get_value (ExifMnoteData *d, unsigned int n, char *val, unsigned int maxlen);
|
D | libexif.sym | 90 exif_mnote_data_get_value
|
D | exif-mnote-data.c | 145 exif_mnote_data_get_value (ExifMnoteData *d, unsigned int n, char *val, unsigned int maxlen) in exif_mnote_data_get_value() function
|
/third_party/libexif/test/ |
D | test-mnote.c | 63 p = exif_mnote_data_get_value (md, i, v, sizeof (v)); in test_exif_data()
|
D | test-fuzzer.c | 82 exif_mnote_data_get_value (md, i, v, sizeof (v)); in test_exif_data()
|
D | test-parse.c | 68 if (exif_mnote_data_get_value(mn, i, buf, sizeof(buf))) { in dump_makernote()
|
D | test-null.c | 301 exif_mnote_data_get_value(NULL, 0, NULL, 123); in mnote_null_test()
|
/third_party/libexif/contrib/examples/ |
D | photographer.c | 55 if (exif_mnote_data_get_value(mn, i, buf, sizeof(buf))) { in show_mnote_tag()
|
/third_party/libexif/ |
D | ChangeLog | 1608 exif_entry_get_value_brief, exif_mnote_data_get_value.
|