Home
last modified time | relevance | path

Searched refs:exif (Results 26 - 50 of 98) sorted by relevance

1234

/third_party/libexif/libexif/canon/
H A Dmnote-canon-entry.h24 #include <libexif/exif-format.h>
25 #include <libexif/exif-byte-order.h>
/third_party/libexif/contrib/examples/
H A Dcam_features.c22 #include <libexif/exif-data.h>
23 #include <libexif/exif-ifd.h>
24 #include <libexif/exif-loader.h>
26 // Part of the exif command-line source package
H A Dthumbnail.c9 #include <libexif/exif-loader.h>
/third_party/libexif/libexif/huawei/
H A Dmnote-huawei-entry.h19 #include <libexif/exif-format.h>
20 #include <libexif/exif-byte-order.h>
/third_party/libexif/libexif/apple/
H A Dmnote-apple-entry.c28 #include <libexif/exif-entry.h>
29 #include <libexif/exif-format.h>
30 #include <libexif/exif-utils.h>
H A Dmnote-apple-tag.c25 #include <libexif/exif-utils.h>
/third_party/libexif/test/
H A Dtest-gps.c24 #include <libexif/exif-utils.h>
25 #include <libexif/exif-data.h>
H A Dtest-sorted.c25 #include <libexif/exif-tag.h>
/third_party/libexif/libexif/
H A Dexif-utils.h1 /*! \file exif-utils.h
30 #include <libexif/exif-byte-order.h>
31 #include <libexif/exif-format.h>
H A Dexif-data.c0 /* exif-data.c
23 #include <libexif/exif-mnote-data.h>
24 #include <libexif/exif-data.h>
25 #include <libexif/exif-ifd.h>
26 #include <libexif/exif-mnote-data-priv.h>
27 #include <libexif/exif-utils.h>
28 #include <libexif/exif-loader.h>
29 #include <libexif/exif-log.h>
31 #include <libexif/exif-system.h>
33 #include <libexif/apple/exif
[all...]
H A Dexif-mnote-data.c0 /* exif-mnote-data.c
23 #include <libexif/exif-mnote-data.h>
24 #include <libexif/exif-mnote-data-priv.h>
H A Dexif-byte-order.c0 /* exif-byte-order.c
23 #include <libexif/exif-byte-order.h>
H A Dexif-ifd.c0 /* exif-ifd.c
23 #include <libexif/exif-ifd.h>
H A Dexif-mnote-data.h1 /*! \file exif-mnote-data.h
30 #include <libexif/exif-log.h>
H A Dexif-mem.h1 /*! \file exif-mem.h
5 /* exif-mem.h
28 #include <libexif/exif-utils.h>
H A Dexif-tag.h1 /*! \file exif-tag.h
30 #include <libexif/exif-ifd.h>
31 #include <libexif/exif-data-type.h>
H A Dexif-format.c0 /* exif-format.c
23 #include <libexif/exif-format.h>
H A Dexif-log.h1 /*! \file exif-log.h
30 #include <libexif/exif-mem.h>
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.h241 virtual void SyncExif (dng_exif &exif,
255 void UpdateExifDates (dng_exif &exif,
392 virtual void SyncApproximateFocusDistance (dng_exif &exif,
H A Ddng_info.h100 dng_exif *exif,
116 dng_exif *exif,
H A Ddng_negative.h485 dng_exif * exif = GetExif (); in Exif() local
486 if (!exif) ThrowProgramError ("EXIF object is NULL."); in Exif()
487 return dynamic_cast< E & > (*exif); in Exif()
495 const dng_exif * exif = GetExif (); in Exif() local
496 if (!exif) ThrowProgramError ("EXIF object is NULL."); in Exif()
497 return dynamic_cast< const E & > (*exif); in Exif()
H A Ddng_info.cpp97 dng_exif *exif, in ParseTag()
148 if (exif && shared && exif->ParseTag (stream, in ParseTag()
164 if (shared && exif && shared->ParseTag (stream, in ParseTag()
165 *exif, in ParseTag()
413 dng_exif *exif, in ParseIFD()
592 exif, in ParseIFD()
95 ParseTag(dng_host &host, dng_stream &stream, dng_exif *exif, dng_shared *shared, dng_ifd *ifd, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint64 tagOffset, int64 offsetDelta) ParseTag() argument
411 ParseIFD(dng_host &host, dng_stream &stream, dng_exif *exif, dng_shared *shared, dng_ifd *ifd, uint64 ifdOffset, int64 offsetDelta, uint32 parentCode) ParseIFD() argument
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c1206 png_bytep exif=NULL; in test_one_file() local
1209 if (png_get_eXIf_1(read_ptr, read_info_ptr, &exif_length, &exif) != 0) in test_one_file()
1212 fprintf(STDERR," eXIf type %c%c, %lu bytes\n",exif[0],exif[1], in test_one_file()
1215 png_set_eXIf_1(write_ptr, write_info_ptr, exif_length, exif); in test_one_file()
1564 png_bytep exif=NULL; in test_one_file() local
1567 if (png_get_eXIf_1(read_ptr, end_info_ptr, &exif_length, &exif) != 0) in test_one_file()
1570 fprintf(STDERR," eXIf type %c%c, %lu bytes\n",exif[0],exif[1], in test_one_file()
1573 png_set_eXIf_1(write_ptr, write_end_info_ptr, exif_length, exif); in test_one_file()
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dmetadata.h28 MetadataPayload exif; member
H A Dmetadata.c34 MetadataPayloadDelete(&metadata->exif); in MetadataFree()

Completed in 39 milliseconds

1234