HomeSort by relevance Sort by last modified time
    Searched refs:exif_mem_alloc (Results 1 - 13 of 13) sorted by null

  /external/libexif/libexif/
exif-mem.h 76 void *exif_mem_alloc (ExifMem *m, ExifLong s);
exif-mem.c 79 exif_mem_alloc (ExifMem *mem, ExifLong ds) function
exif-log.c 75 log = exif_mem_alloc (mem, sizeof (ExifLog));
exif-content.c 60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent));
63 content->priv = exif_mem_alloc (mem,
exif-mnote-data.c 39 d->priv = exif_mem_alloc (mem, sizeof (ExifMnoteDataPriv));
exif-loader.c 98 d = exif_mem_alloc (l->mem, i);
335 loader = exif_mem_alloc (mem, sizeof (ExifLoader));
exif-data.c 77 d = exif_mem_alloc (data->priv->mem, i);
111 data = exif_mem_alloc (mem, sizeof (ExifData));
114 data->priv = exif_mem_alloc (mem, sizeof (ExifDataPrivate));
    [all...]
exif-entry.c 80 d = exif_mem_alloc (e->priv->mem, i);
124 e = exif_mem_alloc (mem, sizeof (ExifEntry));
126 e->priv = exif_mem_alloc (mem, sizeof (ExifEntryPrivate));
    [all...]
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 97 *buf = exif_mem_alloc (ne->mem, *buf_size);
110 *buf = exif_mem_alloc (ne->mem, *buf_size);
126 *buf = exif_mem_alloc (ne->mem, *buf_size);
142 *buf = exif_mem_alloc (ne->mem, *buf_size);
270 n->entries = exif_mem_alloc (en->mem, sizeof (MnotePentaxEntry) * c);
315 n->entries[tcount].data = exif_mem_alloc (en->mem, s);
430 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataPentax));
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 94 *buf = exif_mem_alloc (ne->mem, *buf_size);
188 n->entries = exif_mem_alloc (en->mem, sizeof (MnoteFujiEntry) * c);
232 n->entries[tcount].data = exif_mem_alloc (en->mem, s);
330 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataFuji));
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 118 *buf = exif_mem_alloc (ne->mem, *buf_size);
133 *buf = exif_mem_alloc (ne->mem, *buf_size);
162 *buf = exif_mem_alloc (ne->mem, *buf_size);
423 n->entries = exif_mem_alloc (en->mem, sizeof (MnoteOlympusEntry) * c);
490 n->entries[tcount].data = exif_mem_alloc (en->mem, s);
640 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataOlympus));
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 132 *buf = exif_mem_alloc (ne->mem, sizeof (char) * *buf_size);
226 n->entries = exif_mem_alloc (ne->mem, sizeof (MnoteCanonEntry) * c);
275 n->entries[tcount].data = exif_mem_alloc (ne->mem, s);
367 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataCanon));
  /external/libexif/contrib/examples/
write-exif.c 176 buf = exif_mem_alloc(mem, len);

Completed in 42 milliseconds