Home
last modified time | relevance | path

Searched refs:exif_data_new (Results 1 – 7 of 7) sorted by relevance

/external/libexif/test/
Dtest-value.c36 d = exif_data_new (); in main()
Dtest-mem.c41 ed = exif_data_new (); in main()
/external/libexif/libexif/
Dlibexif.sym26 exif_data_new
Dexif-data.h67 ExifData *exif_data_new (void);
Dexif-data.c92 exif_data_new (void) in exif_data_new() function
154 edata = exif_data_new (); in exif_data_new_from_data()
/external/libexif/contrib/examples/
Dcam_features.c105 pEd = exif_data_new (); in createEXIF()
Dwrite-exif.c203 ExifData *exif = exif_data_new(); in main()