Searched defs:ifd (Results 1 - 16 of 16) sorted by relevance

/external/libexif/libexif/
H A Dexif-ifd.c1 /* exif-ifd.c
23 #include <libexif/exif-ifd.h>
28 ExifIfd ifd; member in struct:__anon23661
40 exif_ifd_get_name (ExifIfd ifd) argument
45 if (ExifIfdTable[i].ifd == ifd)
H A Dexif-data.h33 #include <libexif/exif-ifd.h>
49 ExifContent *ifd[EXIF_IFD_COUNT]; member in struct:_ExifData
250 (exif_content_get_entry(d->ifd[EXIF_IFD_0],t) ? \
251 exif_content_get_entry(d->ifd[EXIF_IFD_0],t) : \
252 exif_content_get_entry(d->ifd[EXIF_IFD_1],t) ? \
253 exif_content_get_entry(d->ifd[EXIF_IFD_1],t) : \
254 exif_content_get_entry(d->ifd[EXIF_IFD_EXIF],t) ? \
255 exif_content_get_entry(d->ifd[EXIF_IFD_EXIF],t) : \
256 exif_content_get_entry(d->ifd[EXIF_IFD_GPS],t) ? \
257 exif_content_get_entry(d->ifd[EXIF_IFD_GP
[all...]
H A Dexif-content.c239 ((c)->parent->ifd[EXIF_IFD_EXIF] == (c)) ? EXIF_IFD_EXIF :
240 ((c)->parent->ifd[EXIF_IFD_0] == (c)) ? EXIF_IFD_0 :
241 ((c)->parent->ifd[EXIF_IFD_1] == (c)) ? EXIF_IFD_1 :
242 ((c)->parent->ifd[EXIF_IFD_GPS] == (c)) ? EXIF_IFD_GPS :
243 ((c)->parent->ifd[EXIF_IFD_INTEROPERABILITY] == (c)) ? EXIF_IFD_INTEROPERABILITY :
262 ExifIfd ifd = exif_entry_get_ifd(e) ; local
267 if (exif_tag_get_support_level_in_ifd (t, ifd, dt) ==
271 "removed.", t, exif_ifd_get_name (ifd));
280 ExifIfd ifd = exif_content_get_ifd (c); local
313 if (exif_tag_get_support_level_in_ifd (t, ifd, d
[all...]
H A Dexif-tag.c940 ((ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY] != EXIF_SUPPORT_LEVEL_NOT_RECORDED) || \
941 (ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_UNCOMPRESSED_PLANAR] != EXIF_SUPPORT_LEVEL_NOT_RECORDED) || \
942 (ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_UNCOMPRESSED_YCC] != EXIF_SUPPORT_LEVEL_NOT_RECORDED) || \
943 (ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_COMPRESSED] != EXIF_SUPPORT_LEVEL_NOT_RECORDED))
946 exif_tag_get_name_in_ifd (ExifTag tag, ExifIfd ifd) argument
951 if (ifd >= EXIF_IFD_COUNT)
968 exif_tag_get_title_in_ifd (ExifTag tag, ExifIfd ifd) argument
973 if (ifd >= EXIF_IFD_COUNT)
998 exif_tag_get_description_in_ifd (ExifTag tag, ExifIfd ifd) argument
1003 if (ifd >
1107 get_support_level_in_ifd(ExifTag tag, ExifIfd ifd, ExifDataType t) argument
1137 get_support_level_any_type(ExifTag tag, ExifIfd ifd) argument
1171 exif_tag_get_support_level_in_ifd(ExifTag tag, ExifIfd ifd, ExifDataType t) argument
[all...]
H A Dexif-data.c25 #include <libexif/exif-ifd.h>
125 data->ifd[i] = exif_content_new_mem (data->priv->mem);
126 if (!data->ifd[i]) {
130 data->ifd[i]->parent = data;
331 if ((i) == ifd) { \
338 if (data->ifd[(i)]->count) { \
350 * \param[in] ifd IFD to load
358 exif_data_load_data_content (ExifData *data, ExifIfd ifd, argument
372 if ((((int)ifd) < 0) || ( ((int)ifd) >
507 exif_data_save_data_content(ExifData *data, ExifContent *ifd, unsigned char **d, unsigned int *ds, unsigned int offset) argument
[all...]
/external/chromium_org/base/
H A Dfile_descriptor_posix.h23 FileDescriptor(int ifd, bool iauto_close) : fd(ifd), auto_close(iauto_close) { argument
/external/libexif/contrib/examples/
H A Dphotographer.c25 static void show_tag(ExifData *d, ExifIfd ifd, ExifTag tag) argument
28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag);
38 printf("%s: %s\n", exif_tag_get_name_in_ifd(tag,ifd), buf);
103 entry = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MAKE);
H A Dwrite-exif.c129 static ExifEntry *init_tag(ExifData *exif, ExifIfd ifd, ExifTag tag) argument
133 if (!((entry = exif_content_get_entry (exif->ifd[ifd], tag)))) {
141 exif_content_add_entry (exif->ifd[ifd], entry);
162 static ExifEntry *create_tag(ExifData *exif, ExifIfd ifd, ExifTag tag, size_t len) argument
187 exif_content_add_entry (exif->ifd[ifd], entry);
/external/bison/lib/
H A Dspawn-pipe.c124 int ifd[2]; local
139 if (pipe2_safer (ifd, O_BINARY | O_CLOEXEC) < 0)
148 * parent <- ifd[0] <- ifd[1] <- child if pipe_stdout
167 && (!pipe_stdout || dup2 (ifd[1], STDOUT_FILENO) >= 0)
185 /* The child process doesn't inherit ifd[0], ifd[1], ofd[0], ofd[1],
229 close (ifd[1]);
236 close (ifd[0]);
244 fd[0] = ifd[
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dexif_parser.js188 metadata.ifd = {
197 directoryOffset = this.readDirectory(br, metadata.ifd.image);
198 metadata.imageTransform = this.parseOrientation(metadata.ifd.image);
204 this.readDirectory(br, metadata.ifd.thumbnail);
208 this.parseOrientation(metadata.ifd.thumbnail) ||
213 if (EXIF_TAG_EXIFDATA in metadata.ifd.image) {
215 directoryOffset = metadata.ifd.image[EXIF_TAG_EXIFDATA].value;
217 metadata.ifd.exif = {};
218 this.readDirectory(br, metadata.ifd.exif);
222 if (EXIF_TAG_GPSDATA in metadata.ifd
[all...]
/external/zlib/src/test/
H A Dminigzip.c401 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/btreplay/
H A Dbtrecord.c51 * @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);
H A Dbtreplay.c99 * @ifd: Input file descriptor
113 int cpu, ifd, ofd, iterations; member in struct:thr_info
870 tip->ifd = open(file_name, O_RDONLY);
871 if (tip->ifd < 0) {
875 if (fstat(tip->ifd, &buf) < 0) {
885 if (read(tip->ifd, &hdr, sizeof(hdr)) != sizeof(hdr)) {
904 close(tip->ifd);
938 close(tip->ifd);
1122 result = read(tip->ifd, &bunch->hdr, sizeof(bunch->hdr));
1134 result = read(tip->ifd,
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp200 // A tiff image file directory (ifd) consists of a uint16_t describing
201 // the number of ifd entries, followed by that many entries.
204 JOCTET* ifd = marker->data + ifdOffset; local
206 if (end - ifd < 2)
208 unsigned tagCount = readUint16(ifd, isBigEndian);
209 ifd += 2; // Skip over the uint16 that was just read.
211 // Every ifd entry is 2 bytes of tag, 2 bytes of contents datatype,
215 for (unsigned i = 0; i < tagCount && end - ifd >= ifdEntrySize; ++i, ifd += ifdEntrySize) {
216 unsigned tag = readUint16(ifd, isBigEndia
[all...]
/external/ppp/pppd/
H A Dsys-solaris.c575 int ifd, x; local
627 ifd = open(PPP_DEV_NAME, O_RDWR, 0);
628 if (ifd < 0)
632 strioctl(ifd, PPPIO_DEBUG, &x, sizeof(int), 0);
638 close(ifd);
648 if (ioctl(ifd, I_PUSH, IP_MOD_NAME) < 0) {
649 close(ifd);
660 if (sifppa(ifd, ifunit) < 0) {
661 close (ifd);
675 close(ifd);
[all...]
/external/blktrace/
H A Dblktrace.c240 * ifn & ifd represent input information
264 int ifd, ofd; member in struct:io_info
1443 ret = sendfile(iop->ofd, iop->ifd, NULL, iop->ready);
1579 if (iop->ifd >= 0)
1580 close(iop->ifd);
1619 iop->ifd = my_open(iop->ifn, O_RDONLY | O_NONBLOCK);
1620 if (iop->ifd < 0) {
1628 pfd->fd = iop->ifd;
1657 close(iop->ifd); /* tp->nios _not_ bumped */
1679 ret = read(iop->ifd, mi
[all...]

Completed in 3186 milliseconds