Searched refs:exif_mem_alloc (Results 1 – 10 of 10) sorted by relevance
/external/libexif/libexif/ |
D | exif-mem.h | 76 void *exif_mem_alloc (ExifMem *m, ExifLong s);
|
D | exif-mem.c | 79 exif_mem_alloc (ExifMem *mem, ExifLong ds) in exif_mem_alloc() function
|
D | exif-content.c | 60 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()
|
D | libexif.sym | 76 exif_mem_alloc
|
D | exif-loader.c | 98 d = exif_mem_alloc (l->mem, i); in exif_loader_alloc() 354 loader = exif_mem_alloc (mem, sizeof (ExifLoader)); in exif_loader_new_mem()
|
D | exif-log.c | 75 log = exif_mem_alloc (mem, sizeof (ExifLog)); in exif_log_new_mem()
|
D | exif-mnote-data.c | 39 d->priv = exif_mem_alloc (mem, sizeof (ExifMnoteDataPriv)); in exif_mnote_data_construct()
|
D | exif-data.c | 74 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()
|
D | exif-entry.c | 82 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/ |
D | write-exif.c | 176 buf = exif_mem_alloc(mem, len); in create_tag()
|