Searched refs:exif_mem_alloc (Results 1 – 14 of 14) sorted by relevance
/external/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 97 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_pentax_save() 110 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_pentax_save() 126 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_pentax_save() 142 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_pentax_save() 270 n->entries = exif_mem_alloc (en->mem, sizeof (MnotePentaxEntry) * c); in exif_mnote_data_pentax_load() 315 n->entries[tcount].data = exif_mem_alloc (en->mem, s); in exif_mnote_data_pentax_load() 430 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataPentax)); in exif_mnote_data_pentax_new()
|
/external/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 118 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_olympus_save() 133 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_olympus_save() 162 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_olympus_save() 423 n->entries = exif_mem_alloc (en->mem, sizeof (MnoteOlympusEntry) * c); in exif_mnote_data_olympus_load() 490 n->entries[tcount].data = exif_mem_alloc (en->mem, s); in exif_mnote_data_olympus_load() 640 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataOlympus)); in exif_mnote_data_olympus_new()
|
/external/libexif/libexif/fuji/ |
D | exif-mnote-data-fuji.c | 94 *buf = exif_mem_alloc (ne->mem, *buf_size); in exif_mnote_data_fuji_save() 188 n->entries = exif_mem_alloc (en->mem, sizeof (MnoteFujiEntry) * c); in exif_mnote_data_fuji_load() 232 n->entries[tcount].data = exif_mem_alloc (en->mem, s); in exif_mnote_data_fuji_load() 330 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataFuji)); in exif_mnote_data_fuji_new()
|
/external/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 132 *buf = exif_mem_alloc (ne->mem, sizeof (char) * *buf_size); in exif_mnote_data_canon_save() 226 n->entries = exif_mem_alloc (ne->mem, sizeof (MnoteCanonEntry) * c); in exif_mnote_data_canon_load() 275 n->entries[tcount].data = exif_mem_alloc (ne->mem, s); in exif_mnote_data_canon_load() 367 d = exif_mem_alloc (mem, sizeof (ExifMnoteDataCanon)); in exif_mnote_data_canon_new()
|
/external/libexif/libexif/ |
D | exif-mem.h | 76 void *exif_mem_alloc (ExifMem *m, ExifLong s);
|
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 | exif-mem.c | 79 exif_mem_alloc (ExifMem *mem, ExifLong ds) in exif_mem_alloc() function
|
D | libexif.sym | 76 exif_mem_alloc
|
D | exif-loader.c | 98 d = exif_mem_alloc (l->mem, i); in exif_loader_alloc() 335 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 | 77 d = exif_mem_alloc (data->priv->mem, i); in exif_data_alloc() 111 data = exif_mem_alloc (mem, sizeof (ExifData)); in exif_data_new_mem() 114 data->priv = exif_mem_alloc (mem, sizeof (ExifDataPrivate)); in exif_data_new_mem()
|
D | exif-entry.c | 80 d = exif_mem_alloc (e->priv->mem, i); in exif_entry_alloc() 124 e = exif_mem_alloc (mem, sizeof (ExifEntry)); in exif_entry_new_mem() 126 e->priv = exif_mem_alloc (mem, sizeof (ExifEntryPrivate)); in exif_entry_new_mem() 1383 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()
|