Home
last modified time | relevance | path

Searched refs:exif_mnote_data_count (Results 1 – 10 of 10) sorted by relevance

/third_party/libexif/libexif/
Dexif-mnote-data.h64 unsigned int exif_mnote_data_count (ExifMnoteData *d);
Dlibexif.sym85 exif_mnote_data_count
Dexif-mnote-data.c110 exif_mnote_data_count (ExifMnoteData *d) in exif_mnote_data_count() function
/third_party/libexif/test/
Dtest-mnote.c53 c = exif_mnote_data_count (md); in test_exif_data()
Dtest-fuzzer-persistent.c92 c = exif_mnote_data_count (md); in test_exif_data()
Dtest-parse.c65 int num = exif_mnote_data_count(mn); in dump_makernote()
Dtest-fuzzer.c89 c = exif_mnote_data_count (md); in test_exif_data()
Dtest-parse-from-data.c69 int num = exif_mnote_data_count(mn); in dump_makernote()
Dtest-null.c291 exif_mnote_data_count(NULL); in mnote_null_test()
/third_party/libexif/contrib/examples/
Dphotographer.c48 int num = exif_mnote_data_count(mn); in show_mnote_tag()