Searched refs:ExifLong (Results 1 – 13 of 13) sorted by relevance
/external/libexif/libexif/ |
D | exif-utils.h | 54 typedef uint32_t ExifLong; /* 4 bytes */ typedef 60 typedef struct {ExifLong numerator; ExifLong denominator;} ExifRational; 90 ExifLong exif_get_long (const unsigned char *b, ExifByteOrder order); 141 ExifLong value);
|
D | exif-mem.h | 39 typedef void * (* ExifMemAllocFunc) (ExifLong s); 47 typedef void * (* ExifMemReallocFunc) (void *p, ExifLong s); 76 void *exif_mem_alloc (ExifMem *m, ExifLong s); 77 void *exif_mem_realloc (ExifMem *m, void *p, ExifLong s);
|
D | exif-mem.c | 14 exif_mem_alloc_func (ExifLong ds) in exif_mem_alloc_func() 21 exif_mem_realloc_func (void *d, ExifLong ds) in exif_mem_realloc_func() 79 exif_mem_alloc (ExifMem *mem, ExifLong ds) in exif_mem_alloc() 89 exif_mem_realloc (ExifMem *mem, void *d, ExifLong ds) in exif_mem_realloc()
|
D | exif-utils.c | 33 ExifLong l; in exif_array_set_byte_order() 164 ExifLong 171 exif_set_long (unsigned char *b, ExifByteOrder order, ExifLong value) in exif_set_long()
|
D | exif-content.c | 60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent)); in exif_content_new_mem() 64 (ExifLong) sizeof (ExifContentPrivate)); in exif_content_new_mem()
|
D | exif-data.c | 314 unsigned int ds, ExifLong o, ExifLong s) in exif_data_load_data_thumbnail() 368 ExifLong o, thumbnail_offset = 0, thumbnail_length = 0; in exif_data_load_data_content() 793 ExifLong offset; in exif_data_load_data()
|
D | exif-entry.c | 295 r.numerator = (ExifLong) sr.numerator; in exif_entry_fix() 296 r.denominator = (ExifLong) sr.denominator; in exif_entry_fix() 328 sr.numerator = (ExifLong) r.numerator; in exif_entry_fix() 329 sr.denominator = (ExifLong) r.denominator; in exif_entry_fix() 449 ExifLong v_long; in exif_entry_format_value()
|
/external/libexif/libexif/fuji/ |
D | mnote-fuji-entry.c | 193 ExifLong vl; in mnote_fuji_entry_get_value()
|
D | exif-mnote-data-fuji.c | 156 ExifLong c; in exif_mnote_data_fuji_load()
|
/external/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 311 ExifLong vl; in mnote_pentax_entry_get_value()
|
/external/libexif/libexif/canon/ |
D | mnote-canon-entry.c | 554 ExifLong vl; in mnote_canon_entry_get_value()
|
/external/libexif/libexif/olympus/ |
D | mnote-olympus-entry.c | 276 ExifLong vl; in mnote_olympus_entry_get_value()
|
/external/libexif/ |
D | ChangeLog | 657 * libexif/exif-data.c: (exif_data_load_data_thumbnail) ExifLong is
|