HomeSort by relevance Sort by last modified time
    Searched refs:ifd (Results 51 - 75 of 76) sorted by null

1 23 4

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 98 // The ifd that this tag should be put in
108 * Returns true if the given IFD is a valid IFD.
127 ExifTag(short tagId, short type, int componentCount, int ifd,
133 mIfd = ifd;
154 * Returns the ID of the IFD this tag belongs to.
    [all...]
ExifInterface.java 57 * directory (IFD) as specified by the exif standard. A tag definition can be
58 * looked up with a constant that is a combination of TID and IFD. This
73 // IFD 0
134 // IFD 1
139 // IFD Exif Tags
254 // IFD GPS tags
317 // IFD Interoperability tags
345 * Returns the constant representing a tag with a given TID and default IFD.
360 * Returns the default IFD for a tag constant.
1701 int ifd = tag.getIfd(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 98 // The ifd that this tag should be put in
108 * Returns true if the given IFD is a valid IFD.
127 ExifTag(short tagId, short type, int componentCount, int ifd,
133 mIfd = ifd;
154 * Returns the ID of the IFD this tag belongs to.
    [all...]
ExifInterface.java 57 * directory (IFD) as specified by the exif standard. A tag definition can be
58 * looked up with a constant that is a combination of TID and IFD. This
73 // IFD 0
134 // IFD 1
139 // IFD Exif Tags
254 // IFD GPS tags
317 // IFD Interoperability tags
345 * Returns the constant representing a tag with a given TID and default IFD.
360 * Returns the default IFD for a tag constant.
1701 int ifd = tag.getIfd(); local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 98 // The ifd that this tag should be put in
108 * Returns true if the given IFD is a valid IFD.
127 ExifTag(short tagId, short type, int componentCount, int ifd,
133 mIfd = ifd;
154 * Returns the ID of the IFD this tag belongs to.
    [all...]
ExifInterface.java 57 * directory (IFD) as specified by the exif standard. A tag definition can be
58 * looked up with a constant that is a combination of TID and IFD. This
73 // IFD 0
134 // IFD 1
139 // IFD Exif Tags
254 // IFD GPS tags
317 // IFD Interoperability tags
345 * Returns the constant representing a tag with a given TID and default IFD.
360 * Returns the default IFD for a tag constant.
1701 int ifd = tag.getIfd(); local
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 98 // The ifd that this tag should be put in
108 * Returns true if the given IFD is a valid IFD.
127 ExifTag(short tagId, short type, int componentCount, int ifd,
133 mIfd = ifd;
154 * Returns the ID of the IFD this tag belongs to.
    [all...]
ExifInterface.java 57 * directory (IFD) as specified by the exif standard. A tag definition can be
58 * looked up with a constant that is a combination of TID and IFD. This
73 // IFD 0
134 // IFD 1
139 // IFD Exif Tags
254 // IFD GPS tags
317 // IFD Interoperability tags
345 * Returns the constant representing a tag with a given TID and default IFD.
360 * Returns the default IFD for a tag constant.
1701 int ifd = tag.getIfd(); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 98 // The ifd that this tag should be put in
108 * Returns true if the given IFD is a valid IFD.
127 ExifTag(short tagId, short type, int componentCount, int ifd,
133 mIfd = ifd;
154 * Returns the ID of the IFD this tag belongs to.
    [all...]
ExifInterface.java 57 * directory (IFD) as specified by the exif standard. A tag definition can be
58 * looked up with a constant that is a combination of TID and IFD. This
73 // IFD 0
134 // IFD 1
139 // IFD Exif Tags
254 // IFD GPS tags
317 // IFD Interoperability tags
345 * Returns the constant representing a tag with a given TID and default IFD.
360 * Returns the default IFD for a tag constant.
1701 int ifd = tag.getIfd(); local
    [all...]
  /external/blktrace/
blktrace.c 240 * ifn & ifd represent input information
264 int ifd, ofd; member in struct:io_info
1443 ret = sendfile(iop->ofd, iop->ifd, NULL, iop->ready);
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 398 InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width, uint32_t height,
420 InputStripSource::InputStripSource(JNIEnv* env, Input& input, uint32_t ifd, uint32_t width,
422 uint32_t bytesPerSample, uint32_t samplesPerPixel) : mIfd(ifd), mInput(&input),
531 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width,
553 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd,
555 uint64_t offset, uint32_t bytesPerSample, uint32_t samplesPerPixel) : mIfd(ifd),
642 ALOGE("%s: moveEntries failed, entry %u not found in IFD %u", __FUNCTION__, tagId,
647 ALOGE("%s: moveEntries failed, could not add entry %u to IFD %u", __FUNCTION__, tagId,
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
exif_encoder.js 20 var EXIF_TAG_EXIFDATA = 0x8769; // Pointer from TIFF to the EXIF IFD.
42 this.ifd_ = this.metadata_.ifd;
44 this.ifd_ = this.metadata_.ifd = {};
124 // Delete thumbnail ifd so that it is not written out to a file, but
268 * Write the contents of an IFD directory.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js 20 var EXIF_TAG_EXIFDATA = 0x8769; // Pointer from TIFF to the EXIF IFD.
42 this.ifd_ = this.metadata_.ifd;
44 this.ifd_ = this.metadata_.ifd = {};
124 // Delete thumbnail ifd so that it is not written out to a file, but
268 * Write the contents of an IFD directory.
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.cc 250 ExifEntry* entry = exif_content_get_entry_func_(data->ifd[ifds[i]], tag);
  /external/libexif/libexif/
exif-entry.c 24 #include <libexif/exif-ifd.h>
1045 e->parent->parent->ifd[EXIF_IFD_0], EXIF_TAG_MAKE);
1049 e->parent->parent->ifd[EXIF_IFD_0],
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 829 exifdata->ifd[EXIF_IFD_EXIF], EXIF_TAG_PIXEL_X_DIMENSION);
831 exifdata->ifd[EXIF_IFD_EXIF], EXIF_TAG_PIXEL_Y_DIMENSION);
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 5999 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 5717 int ifd; member in struct:bfd
    [all...]

Completed in 737 milliseconds

1 23 4