/third_party/libexif/libexif/canon/ |
H A D | mnote-canon-entry.h | 24 #include <libexif/exif-format.h> 25 #include <libexif/exif-byte-order.h>
|
/third_party/libexif/contrib/examples/ |
H A D | cam_features.c | 22 #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 D | thumbnail.c | 9 #include <libexif/exif-loader.h>
|
/third_party/libexif/libexif/huawei/ |
H A D | mnote-huawei-entry.h | 19 #include <libexif/exif-format.h> 20 #include <libexif/exif-byte-order.h>
|
/third_party/libexif/libexif/apple/ |
H A D | mnote-apple-entry.c | 28 #include <libexif/exif-entry.h> 29 #include <libexif/exif-format.h> 30 #include <libexif/exif-utils.h>
|
H A D | mnote-apple-tag.c | 25 #include <libexif/exif-utils.h>
|
/third_party/libexif/test/ |
H A D | test-gps.c | 24 #include <libexif/exif-utils.h> 25 #include <libexif/exif-data.h>
|
H A D | test-sorted.c | 25 #include <libexif/exif-tag.h>
|
/third_party/libexif/libexif/ |
H A D | exif-utils.h | 1 /*! \file exif-utils.h 30 #include <libexif/exif-byte-order.h> 31 #include <libexif/exif-format.h>
|
H A D | exif-data.c | 0 /* 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 D | exif-mnote-data.c | 0 /* exif-mnote-data.c 23 #include <libexif/exif-mnote-data.h> 24 #include <libexif/exif-mnote-data-priv.h>
|
H A D | exif-byte-order.c | 0 /* exif-byte-order.c 23 #include <libexif/exif-byte-order.h>
|
H A D | exif-ifd.c | 0 /* exif-ifd.c 23 #include <libexif/exif-ifd.h>
|
H A D | exif-mnote-data.h | 1 /*! \file exif-mnote-data.h 30 #include <libexif/exif-log.h>
|
H A D | exif-mem.h | 1 /*! \file exif-mem.h 5 /* exif-mem.h 28 #include <libexif/exif-utils.h>
|
H A D | exif-tag.h | 1 /*! \file exif-tag.h 30 #include <libexif/exif-ifd.h> 31 #include <libexif/exif-data-type.h>
|
H A D | exif-format.c | 0 /* exif-format.c 23 #include <libexif/exif-format.h>
|
H A D | exif-log.h | 1 /*! \file exif-log.h 30 #include <libexif/exif-mem.h>
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp.h | 241 virtual void SyncExif (dng_exif &exif, 255 void UpdateExifDates (dng_exif &exif, 392 virtual void SyncApproximateFocusDistance (dng_exif &exif,
|
H A D | dng_info.h | 100 dng_exif *exif, 116 dng_exif *exif,
|
H A D | dng_negative.h | 485 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 D | dng_info.cpp | 97 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 D | pngtest.c | 1206 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 D | metadata.h | 28 MetadataPayload exif; member
|
H A D | metadata.c | 34 MetadataPayloadDelete(&metadata->exif); in MetadataFree()
|