Home
last modified time | relevance | path

Searched refs:exif_mem_alloc (Results 1 – 10 of 10) sorted by relevance

/external/libexif/libexif/
Dexif-mem.h76 void *exif_mem_alloc (ExifMem *m, ExifLong s);
Dexif-mem.c79 exif_mem_alloc (ExifMem *mem, ExifLong ds) in exif_mem_alloc() function
Dexif-content.c60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent)); in exif_content_new_mem()
63 content->priv = exif_mem_alloc (mem, in exif_content_new_mem()
Dlibexif.sym76 exif_mem_alloc
Dexif-loader.c98 d = exif_mem_alloc (l->mem, i); in exif_loader_alloc()
354 loader = exif_mem_alloc (mem, sizeof (ExifLoader)); in exif_loader_new_mem()
Dexif-log.c75 log = exif_mem_alloc (mem, sizeof (ExifLog)); in exif_log_new_mem()
Dexif-mnote-data.c39 d->priv = exif_mem_alloc (mem, sizeof (ExifMnoteDataPriv)); in exif_mnote_data_construct()
Dexif-data.c74 d = exif_mem_alloc (data->priv->mem, i); in exif_data_alloc()
108 data = exif_mem_alloc (mem, sizeof (ExifData)); in exif_data_new_mem()
111 data->priv = exif_mem_alloc (mem, sizeof (ExifDataPrivate)); in exif_data_new_mem()
Dexif-entry.c82 d = exif_mem_alloc (e->priv->mem, i); in exif_entry_alloc()
126 e = exif_mem_alloc (mem, sizeof (ExifEntry)); in exif_entry_new_mem()
128 e->priv = exif_mem_alloc (mem, sizeof (ExifEntryPrivate)); in exif_entry_new_mem()
1388 unsigned short *utf16 = exif_mem_alloc (e->priv->mem, e->size+sizeof(unsigned short)); in exif_entry_get_value()
/external/libexif/contrib/examples/
Dwrite-exif.c176 buf = exif_mem_alloc(mem, len); in create_tag()