HomeSort by relevance Sort by last modified time
    Searched refs:exif (Results 101 - 125 of 200) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 24 import com.android.camera.exif.ExifInterface;
151 int height, int orientation, ExifInterface exif) {
  /device/generic/goldfish/camera/
Exif.cpp 17 #include "Exif.h"
28 #include <libexif/exif-data.h>
29 #include <libexif/exif-entry.h>
30 #include <libexif/exif-ifd.h>
31 #include <libexif/exif-tag.h>
51 // the contents are ASCII encoded. See the user comment section of the EXIF spec
52 // for more details http://www.exif.org/Exif2-2.PDF
57 // Remove an existing EXIF entry from |exifData| if it exists. This is useful
161 // by the exif library based on |tag|
174 // Create an entry with a single EXIF LONG (32-bit value) and place it i
    [all...]
Thumbnail.cpp 22 #include <libexif/exif-data.h>
144 // And then compress it into JPEG format without any EXIF data
148 quality, nullptr /* EXIF */);
154 // And finally put it in the EXIF data. This transfers ownership of the
155 // malloc'd memory to the EXIF data structure. As long as the EXIF data
156 // structure is free'd using the EXIF library this memory will be free'd.
  /external/libexif/contrib/examples/
photographer.c 3 * EXIF and MakerNote tags. The tags selected are those that may aid in
11 #include <libexif/exif-data.h>
80 /* Load an ExifData object from an EXIF file */
83 printf("File not readable or no EXIF data in file %s\n", argv[1]);
121 /* Free the EXIF data */
  /external/libexif/libexif/
exif-mem.c 1 #include <libexif/exif-mem.h>
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/canon/exif-mnote-data-canon.h
    [all...]
exif-log.c 0 /* exif-log.c
23 #include <libexif/exif-log.h>
  /external/libexif/test/
test-mnote.c 0 /* exif-mnote.c
26 #include <libexif/exif-data.h>
test-tagtable.c 24 #include <libexif/exif-tag.h>
117 * The tag EXIF_TAG_DOCUMENT_NAME isn't in the EXIF 2.2 standard but
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifReader.java 17 package com.android.gallery3d.exif;
25 * This class reads the EXIF header of a JPEG file and stores it in
38 * Parses the inputStream and and returns the EXIF data in an
CountedDataInputStream.java 17 package com.android.gallery3d.exif;
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifReader.java 17 package com.android.camera.exif;
25 * This class reads the EXIF header of a JPEG file and stores it in
38 * Parses the inputStream and and returns the EXIF data in an
CountedDataInputStream.java 17 package com.android.camera.exif;
  /packages/apps/Camera2/src/com/android/camera/widget/
AspectRatioDialogLayout.java 24 import com.android.camera.exif.Rational;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifReader.java 17 package com.android.gallery3d.exif;
25 * This class reads the EXIF header of a JPEG file and stores it in
38 * Parses the inputStream and and returns the EXIF data in an
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifReader.java 17 package com.android.messaging.util.exif;
26 * This class reads the EXIF header of a JPEG file and stores it in
39 * Parses the inputStream and and returns the EXIF data in an
  /external/dng_sdk/source/
dng_xmp.h 241 virtual void SyncExif (dng_exif &exif,
255 void UpdateExifDates (dng_exif &exif,
392 virtual void SyncApproximateFocusDistance (dng_exif &exif,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 37 import com.android.gallery3d.exif.ExifInterface;
38 import com.android.gallery3d.exif.ExifTag;
195 // try to decode from JPEG EXIF
197 ExifInterface exif = new ExifInterface(); local
200 exif.readExif(mLocalFilePath);
201 thumbData = exif.getThumbnail();
294 Log.w(TAG, "cannot find file to set exif: " + filePath);
296 Log.w(TAG, "cannot set exif data: " + filePath);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 947 * it's allocated for each job. Exif object need to be deleted.
2350 QCamera3Exif *exif = new QCamera3Exif(); local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 914 * it's allocated for each job. Exif object need to be deleted.
2247 QCamera3Exif *exif = new QCamera3Exif(); local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 914 * it's allocated for each job. Exif object need to be deleted.
2247 QCamera3Exif *exif = new QCamera3Exif(); local
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 147 // Exif test data vectors.
1977 ExifInterface exif = new ExifInterface(jpegFilename); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/stats/
CaptureSessionStatsCollector.java 10 import com.android.camera.exif.ExifInterface;
136 * @param exifInterface exif values to be associated with the JPEG image
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 48 import com.android.camera.exif.ExifInterface;
367 * Adds basic EXIF data to the tiny planet image so it an be rewritten
371 * @return The JPEG data containing basic EXIF.
374 ExifInterface exif = new ExifInterface(); local
375 exif.addDateTimeStampTag(ExifInterface.TAG_DATE_TIME, System.currentTimeMillis(),
379 exif.writeExif(jpeg, jpegOut);
381 Log.e(TAG, "Could not write EXIF", e);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
CountedDataInputStream.java 17 package com.android.dialer.callcomposer.camera.exif;

Completed in 1903 milliseconds

1 2 3 45 6 7 8