Searched refs:exif_data (Results 1 – 4 of 4) sorted by relevance
/third_party/libexif/contrib/examples/ |
D | write-exif.c | 200 unsigned char *exif_data; in main() local 253 exif_data_save_data(exif, &exif_data, &exif_data_len); in main() 254 assert(exif_data != NULL); in main() 277 if (fwrite(exif_data, exif_data_len, 1, f) != 1) { in main() 297 free(exif_data); in main()
|
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjifmux.c | 522 GstBuffer *exif_data; in gst_jif_mux_mangle_markers() local 529 exif_data = gst_tag_list_to_exif_buffer_with_tiff_header (tags); in gst_jif_mux_mangle_markers() 530 exif_size = exif_data ? gst_buffer_get_size (exif_data) : 0; in gst_jif_mux_mangle_markers() 532 if (exif_data && exif_size + 8 >= G_GUINT64_CONSTANT (65536)) { in gst_jif_mux_mangle_markers() 534 gst_buffer_unref (exif_data); in gst_jif_mux_mangle_markers() 535 exif_data = NULL; in gst_jif_mux_mangle_markers() 537 if (exif_data) { in gst_jif_mux_mangle_markers() 540 gst_buffer_extract (exif_data, 0, data + 6, exif_size); in gst_jif_mux_mangle_markers() 542 gst_buffer_unref (exif_data); in gst_jif_mux_mangle_markers()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | jifmux.c | 919 ExifData *exif_data = (ExifData *) data; in libexif_check_tag_exists() local 926 exif_data_foreach_content (exif_data, check_content, &test_data); in libexif_check_tag_exists() 985 ExifData *exif_data; in libexif_check_tags_from_taglist() local 989 exif_data = exif_data_new_from_file (filepath); in libexif_check_tags_from_taglist() 996 libexif_check_tag_exists (taglist, i, exif_data); in libexif_check_tags_from_taglist() 1000 exif_data_unref (exif_data); in libexif_check_tags_from_taglist()
|
/third_party/libexif/ |
D | ChangeLog | 1116 * exif_data.c: Final fix of Ubuntu Security Notice USN-91-1
|