Home
last modified time | relevance | path

Searched refs:exif (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/libexif/contrib/watcom/
H A DMakefile66 $(LIBEXIFDIR)\exif-byte-order.obj $(LIBEXIFDIR)\exif-content.obj &
67 $(LIBEXIFDIR)\exif-data.obj $(LIBEXIFDIR)\exif-entry.obj &
68 $(LIBEXIFDIR)\exif-format.obj $(LIBEXIFDIR)\exif-ifd.obj &
69 $(LIBEXIFDIR)\exif-loader.obj $(LIBEXIFDIR)\exif-log.obj &
70 $(LIBEXIFDIR)\exif-mem.obj &
71 $(LIBEXIFDIR)\exif
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.cpp2393 void dng_xmp::SyncExif (dng_exif &exif, in SyncExif() argument
2416 exif.fMake, in SyncExif()
2423 exif.fModel, in SyncExif()
2432 if (exif.fExifVersion) in SyncExif()
2435 unsigned b0 = ((exif.fExifVersion >> 24) & 0x0FF) - '0'; in SyncExif()
2436 unsigned b1 = ((exif.fExifVersion >> 16) & 0x0FF) - '0'; in SyncExif()
2437 unsigned b2 = ((exif.fExifVersion >> 8) & 0x0FF) - '0'; in SyncExif()
2438 unsigned b3 = ((exif.fExifVersion ) & 0x0FF) - '0'; in SyncExif()
2487 exif.fExifVersion = (b0 << 24) | in SyncExif()
2500 if (!exif in SyncExif()
3894 SyncApproximateFocusDistance(dng_exif &exif, const uint32 readOnly) SyncApproximateFocusDistance() argument
3971 UpdateExifDates(dng_exif &exif, bool removeFromXMP) UpdateExifDates() argument
[all...]
H A Ddng_image_writer.cpp877 const dng_exif &exif, in exif_tag_set()
894 , fExposureTime (tcExposureTime , exif.fExposureTime ) in exif_tag_set()
895 , fShutterSpeedValue (tcShutterSpeedValue, exif.fShutterSpeedValue) in exif_tag_set()
897 , fFNumber (tcFNumber , exif.fFNumber ) in exif_tag_set()
898 , fApertureValue (tcApertureValue, exif.fApertureValue) in exif_tag_set()
900 , fBrightnessValue (tcBrightnessValue, exif.fBrightnessValue) in exif_tag_set()
902 , fExposureBiasValue (tcExposureBiasValue, exif.fExposureBiasValue) in exif_tag_set()
904 , fMaxApertureValue (tcMaxApertureValue , exif.fMaxApertureValue) in exif_tag_set()
906 , fSubjectDistance (tcSubjectDistance, exif.fSubjectDistance) in exif_tag_set()
908 , fFocalLength (tcFocalLength, exif in exif_tag_set()
876 exif_tag_set(dng_tiff_directory &directory, const dng_exif &exif, bool makerNoteSafe, const void *makerNoteData, uint32 makerNoteLength, bool insideDNG) exif_tag_set() argument
[all...]
H A Ddng_exif.cpp221 void dng_exif::CopyGPSFrom (const dng_exif &exif) in CopyGPSFrom() argument
224 fGPSVersionID = exif.fGPSVersionID; in CopyGPSFrom()
225 fGPSLatitudeRef = exif.fGPSLatitudeRef; in CopyGPSFrom()
226 fGPSLatitude [0] = exif.fGPSLatitude [0]; in CopyGPSFrom()
227 fGPSLatitude [1] = exif.fGPSLatitude [1]; in CopyGPSFrom()
228 fGPSLatitude [2] = exif.fGPSLatitude [2]; in CopyGPSFrom()
229 fGPSLongitudeRef = exif.fGPSLongitudeRef; in CopyGPSFrom()
230 fGPSLongitude [0] = exif.fGPSLongitude [0]; in CopyGPSFrom()
231 fGPSLongitude [1] = exif.fGPSLongitude [1]; in CopyGPSFrom()
232 fGPSLongitude [2] = exif in CopyGPSFrom()
[all...]
H A Ddng_shared.h211 dng_exif &exif,
221 dng_exif &exif);
228 dng_exif &exif,
236 dng_exif &exif,
/third_party/ffmpeg/tests/fate/
H A Dexif.mak1 # test exif metadata in TIFF images
2 FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, TIFF) += fate-exif-image-tiff
3 fate-exif-image-tiff: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.tiff
5 # test exif metadata in JPG images
6 FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, MJPEG) += fate-exif-image-jpg
7 fate-exif-image-jpg: CMD = probeframes $(TARGET_SAMPLES)/exif/image_small.jpg
9 # test exif metadata in WebP images
10 FATE_SAMPLES_EXIF-$(call DEMDEC, IMAGE2, WEBP) += fate-exif
[all...]
/third_party/libexif/libexif/
H A Dexif-data.h1 /*! \file exif-data.h
31 #include <libexif/exif-byte-order.h>
32 #include <libexif/exif-data-type.h>
33 #include <libexif/exif-ifd.h>
34 #include <libexif/exif-log.h>
35 #include <libexif/exif-tag.h>
41 #include <libexif/exif-content.h>
42 #include <libexif/exif-mnote-data.h>
43 #include <libexif/exif-mem.h>
H A Dexif-content.h1 /*! \file exif-content.h
34 #include <libexif/exif-tag.h>
35 #include <libexif/exif-entry.h>
36 #include <libexif/exif-data.h>
37 #include <libexif/exif-log.h>
38 #include <libexif/exif-mem.h>
H A Dexif-loader.h1 /*! \file exif-loader.h
26 #include <libexif/exif-data.h>
27 #include <libexif/exif-log.h>
28 #include <libexif/exif-mem.h>
H A Dexif-entry.h1 /*! \file exif-entry.h
38 #include <libexif/exif-content.h>
39 #include <libexif/exif-format.h>
40 #include <libexif/exif-mem.h>
56 * here may be manipulated using the functions in exif-utils.h */
H A Dexif-mnote-data-priv.h0 /* exif-mnote-data-priv.h
28 #include <libexif/exif-mnote-data.h>
29 #include <libexif/exif-byte-order.h>
30 #include <libexif/exif-log.h>
H A Dexif-gps-ifd.h1 /*! \file exif-gps-ifd.h
27 #include <libexif/exif-format.h>
28 #include <libexif/exif-tag.h>
/third_party/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.h0 /* exif-mnote-data-pentax.h
24 #include <libexif/exif-byte-order.h>
25 #include <libexif/exif-mnote-data.h>
26 #include <libexif/exif-mnote-data-priv.h>
28 #include <libexif/exif-data.h>
29 #include <libexif/exif-mem.h>
H A Dmnote-pentax-entry.h24 #include <libexif/exif-format.h>
25 #include <libexif/exif-byte-order.h>
/third_party/libexif/libexif/canon/
H A Dexif-mnote-data-canon.h0 /* exif-mnote-data-canon.h
24 #include <libexif/exif-byte-order.h>
25 #include <libexif/exif-mnote-data.h>
26 #include <libexif/exif-mnote-data-priv.h>
27 #include <libexif/exif-mem.h>
28 #include <libexif/exif-data.h>
/third_party/libexif/contrib/examples/
H A Dwrite-exif.c2 * write-exif.c
11 * libjpeg (included with the exif command-line tool source code) would
19 #include <libexif/exif-data.h>
22 #define FILE_NAME "write-exif.jpg"
129 static ExifEntry *init_tag(ExifData *exif, ExifIfd ifd, ExifTag tag) in init_tag() argument
133 if (!((entry = exif_content_get_entry (exif->ifd[ifd], tag)))) { in init_tag()
141 exif_content_add_entry (exif->ifd[ifd], entry); in init_tag()
162 static ExifEntry *create_tag(ExifData *exif, ExifIfd ifd, ExifTag tag, size_t len) in create_tag() argument
187 exif_content_add_entry (exif->ifd[ifd], entry); in create_tag()
203 ExifData *exif in main() local
[all...]
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.h24 #include <libexif/exif-byte-order.h>
25 #include <libexif/exif-data.h>
26 #include <libexif/exif-mem.h>
27 #include <libexif/exif-mnote-data-priv.h>
H A Dmnote-apple-entry.h24 #include <libexif/exif-byte-order.h>
25 #include <libexif/exif-format.h>
/third_party/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.h24 #include <libexif/exif-mnote-data-priv.h>
26 #include <libexif/exif-byte-order.h>
27 #include <libexif/exif-data.h>
28 #include <libexif/exif-mem.h>
H A Dmnote-olympus-entry.h24 #include <libexif/exif-format.h>
25 #include <libexif/exif-byte-order.h>
/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.h19 #include <libexif/exif-byte-order.h>
20 #include <libexif/exif-mnote-data.h>
21 #include <libexif/exif-mnote-data-priv.h>
22 #include <libexif/exif-mem.h>
23 #include <libexif/exif-data.h>
/third_party/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.h0 /* exif-mnote-data-fuji.h
24 #include <libexif/exif-mnote-data.h>
25 #include <libexif/exif-mnote-data-priv.h>
26 #include <libexif/exif-data.h>
H A Dmnote-fuji-entry.h24 #include <libexif/exif-format.h>
30 #include <libexif/fuji/exif-mnote-data-fuji.h>
/third_party/libexif/test/
H A Dtest-mem.c23 #include <libexif/exif-data.h>
24 #include <libexif/exif-ifd.h>
25 #include <libexif/exif-loader.h>
/third_party/libexif/contrib/c++/
H A Dexif.hxx0 /* exif.hxx
24 #include <libexif/exif-entry.h>
25 #include <libexif/exif-content.h>
26 #include <libexif/exif-ifd.h>
27 #include <libexif/exif-data.h>
28 #include <libexif/exif-format.h>
29 #include <libexif/exif-utils.h>

Completed in 17 milliseconds

1234