Home
last modified time | relevance | path

Searched refs:ExifLong (Results 1 – 17 of 17) sorted by relevance

/third_party/libexif/libexif/
Dexif-utils.h54 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);
Dexif-mem.h39 typedef void * (* ExifMemAllocFunc) (ExifLong s);
47 typedef void * (* ExifMemReallocFunc) (void *p, ExifLong s);
77 void *exif_mem_alloc (ExifMem *m, ExifLong s);
78 void *exif_mem_realloc (ExifMem *m, void *p, ExifLong s);
Dexif-mem.c14 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()
Dexif-utils.c33 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()
Dexif-content.c60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent)); in exif_content_new_mem()
64 (ExifLong) sizeof (ExifContentPrivate)); in exif_content_new_mem()
Dexif-data.c436 unsigned int ds, ExifLong o, ExifLong s) in exif_data_load_data_thumbnail()
546 ExifLong o, thumbnail_offset = 0, thumbnail_length = 0; in exif_data_load_data_content()
1222 ExifLong offset; in exif_data_load_data()
1407 ExifLong offset; in exif_data_load_data_general()
Dexif-entry.c304 r.numerator = (ExifLong) sr.numerator; in exif_entry_fix()
305 r.denominator = (ExifLong) sr.denominator; in exif_entry_fix()
337 sr.numerator = (ExifLong) r.numerator; in exif_entry_fix()
338 sr.denominator = (ExifLong) r.denominator; in exif_entry_fix()
455 ExifLong v_long; in exif_entry_format_value()
/third_party/libexif/contrib/c++/
Dexif_module.cxx122 …exif_set_long(data, bo, extractComponent<ExifLong>(index, value, "invalid assignment to data: coul… in setComponent()
351 RationalConverter<ExifRational, ExifLong>(); in BOOST_PYTHON_MODULE()
354 RationalConverter<ExifRational, ExifLong> >(); in BOOST_PYTHON_MODULE()
Dexif.hxx178 ExifLong getLong(unsigned int index) const in getLong()
280 void setLong(unsigned int index, ExifLong value) const in setLong()
/third_party/libexif/libexif/apple/
Dmnote-apple-entry.c35 ExifLong vl; in mnote_apple_entry_get_value()
/third_party/libexif/libexif/fuji/
Dmnote-fuji-entry.c193 ExifLong vl; in mnote_fuji_entry_get_value()
Dexif-mnote-data-fuji.c158 ExifLong c; in exif_mnote_data_fuji_load()
/third_party/libexif/libexif/huawei/
Dmnote-huawei-entry.c38 ExifLong data = 0; in mnote_huawei_entry_get_value()
/third_party/libexif/libexif/pentax/
Dmnote-pentax-entry.c311 ExifLong vl; in mnote_pentax_entry_get_value()
/third_party/libexif/libexif/canon/
Dmnote-canon-entry.c552 ExifLong vl; in mnote_canon_entry_get_value()
/third_party/libexif/libexif/olympus/
Dmnote-olympus-entry.c276 ExifLong vl; in mnote_olympus_entry_get_value()
/third_party/libexif/
DChangeLog680 * libexif/exif-data.c: (exif_data_load_data_thumbnail) ExifLong is