HomeSort by relevance Sort by last modified time
    Searched refs:ifd (Results 26 - 50 of 61) sorted by null

12 3

  /external/blktrace/btreplay/
btrecord.c 51 * @ifd: Input file descriptor (when opened)
57 int cpu, ifd; member in struct:ifile_info
295 close(iip->ifd);
316 iip->ifd = open(file_name, O_RDONLY);
317 if (iip->ifd < 0) {
494 ret = read(iip->ifd, &t, sizeof(t));
530 ret = read(iip->ifd, buf, pdu_len);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifOutputStream.java 281 private void writeIfd(IfdData ifd, OrderedDataOutputStream dataOutputStream)
283 ExifTag[] tags = ifd.getAllTags();
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
309 private int calculateOffsetOfIfd(IfdData ifd, int offset) {
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
311 ExifTag[] tags = ifd.getAllTags();
335 // Exif IFD is required for all files.
342 // GPS IFD
353 // Interoperability IFD
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...]
  /frameworks/native/cmds/dumpstate/
utils.c 502 int ifd = inotify_init(); local
503 if (ifd < 0) {
508 int wfd = inotify_add_watch(ifd, traces_path, IN_CLOSE_WRITE);
550 struct pollfd pfd = { ifd, POLLIN, 0 };
558 read(ifd, &ie, sizeof(ie));
587 close(ifd);
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java 281 private void writeIfd(IfdData ifd, OrderedDataOutputStream dataOutputStream)
283 ExifTag[] tags = ifd.getAllTags();
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
309 private int calculateOffsetOfIfd(IfdData ifd, int offset) {
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
311 ExifTag[] tags = ifd.getAllTags();
335 // Exif IFD is required for all files.
342 // GPS IFD
353 // Interoperability IFD
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/
ExifOutputStream.java 281 private void writeIfd(IfdData ifd, OrderedDataOutputStream dataOutputStream)
283 ExifTag[] tags = ifd.getAllTags();
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
309 private int calculateOffsetOfIfd(IfdData ifd, int offset) {
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
311 ExifTag[] tags = ifd.getAllTags();
335 // Exif IFD is required for all files.
342 // GPS IFD
353 // Interoperability IFD
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/src/com/android/gallery3d/exif/
ExifOutputStream.java 281 private void writeIfd(IfdData ifd, OrderedDataOutputStream dataOutputStream)
283 ExifTag[] tags = ifd.getAllTags();
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
309 private int calculateOffsetOfIfd(IfdData ifd, int offset) {
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
311 ExifTag[] tags = ifd.getAllTags();
335 // Exif IFD is required for all files.
342 // GPS IFD
353 // Interoperability IFD
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/
ExifOutputStream.java 281 private void writeIfd(IfdData ifd, OrderedDataOutputStream dataOutputStream)
283 ExifTag[] tags = ifd.getAllTags();
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
309 private int calculateOffsetOfIfd(IfdData ifd, int offset) {
310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
311 ExifTag[] tags = ifd.getAllTags();
335 // Exif IFD is required for all files.
342 // GPS IFD
353 // Interoperability IFD
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/zlib/src/test/
minigzip.c 401 int ifd = fileno(in); local
407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
412 buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0);
  /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...]
  /external/chromium_org/chrome/browser/resources/file_manager/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.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 4994 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 5475 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 4994 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 5475 int ifd; member in struct:bfd
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 4994 int ifd; member in struct:bfd
    [all...]

Completed in 1253 milliseconds

12 3